Esempio n. 1
0
 void Start()
 {
     gun   = gunMoveScript.Instance;
     curHp = totleHp;
     game  = gameConllerScript.Instance;
     text  = textScript.Instance;
 }
 void Awake()
 {
     Instance = this;
 }
 void Start()
 {
     gun = gunMoveScript.Instance;
 }
Esempio n. 4
0
 void Start()
 {
     gun       = gunMoveScript.Instance;
     numBullet = gun.maxBullet;
 }