Beispiel #1
0
 private void Awake()
 {
     controller = GetComponent <EnemyStateMachine>();
     attack     = GetComponent <Attack>();
 }