Ejemplo n.º 1
0
 public void Enter(DragonController dragon)
 {
     Debug.Log("FLINCH STATE ENTERED");
     dragon.PlayFlinchAnimation();
 }