public override void HandlePreviousEvent(StateMachine context)
 {
     context.MovePrevious ();
     context.PlaySoundStart ();
     context.ChangeState (PlayingInManualState.Instance);
 }
예제 #2
0
 public override void HandlePreviousEvent(StateMachine context)
 {
     context.MovePrevious ();
     context.PlaySoundStart ();
 }