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