Esempio n. 1
0
 public HumanAileRunState(HumanAile humanAile)
 {
     this.humanAile = humanAile;
     player         = GameObject.FindGameObjectWithTag("Player");
     if (player != null)
     {
         zero = player.GetComponent <PlayerZero>();
     }
 }
Esempio n. 2
0
 public HumanAileIdleState(HumanAile humanAile)
 {
     this.humanAile = humanAile;
 }