Files
FPS-Kit-2.0/Assets/FPS Kit Version 2.0/_CustomAssets/Scripts/WeaponSystem/WaitForDestroy.js
T
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);
}