public override void HandlePreviousEvent(StateMachine context) { context.MovePrevious (); context.PlaySoundStart (); context.ChangeState (PlayingInManualState.Instance); }
public override void HandlePreviousEvent(StateMachine context) { context.MovePrevious (); context.PlaySoundStart (); }