private void OnUpdateIdleUntilShoot() { SkillButtons.PlaySkill(this); if (Shooter.DoneShoot()) { Shooter.Disable(); GoToState(PlayerPartyState.UnitMove); } }