Files
reedgamingstudio 5b8ebb7a35 test
testing
2014-12-16 00:23:12 -06:00

8 lines
76 B
JavaScript

var lifeTime = 2.0;
function Awake ()
{
Destroy (gameObject, lifeTime);
}