예제 #1
0
 void Awake()
 {
     S = this;
     healthPickups= GameObject.FindGameObjectsWithTag("healthPickup");
     targetCtr = healthPickups.Length;
 }
예제 #2
0
 void Awake()
 {
     S             = this;
     healthPickups = GameObject.FindGameObjectsWithTag("healthPickup");
     targetCtr     = healthPickups.Length;
 }