Esempio n. 1
0
 private void Awake()
 {
     PC = new PlayerMini_Control();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 private void Awake()
 {
     PC = new PlayerMini_Control();
     CW = GameObject.FindObjectOfType <CounterBullet_Work>();
     PS = GameObject.FindObjectOfType <PlayerScript>();
 }