Ejemplo n.º 1
0
 private void OnUpdateIdleUntilShoot()
 {
     SkillButtons.PlaySkill(this);
     if (Shooter.DoneShoot())
     {
         Shooter.Disable();
         GoToState(PlayerPartyState.UnitMove);
     }
 }