Guest User

Destroy Script

a guest
Sep 5th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #pragma strict
  2.  
  3. function Awake () {
  4.  
  5.     Destroy(gameObject,5);
  6.  
  7. }
  8.  
  9. function Update () {
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment