test
testing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
var lifeTime = 2.0;
|
||||
|
||||
function Awake ()
|
||||
{
|
||||
Destroy (gameObject, lifeTime);
|
||||
}
|
||||
Reference in New Issue
Block a user