예제 #1
0
 public override void PressAudioSource(AudioPlayer player)
 {
     player.CurrentState = new MP3PlayingState();
 }
예제 #2
0
 public override void PressPlay(AudioPlayer player)
 {
     Console.WriteLine("Play button pressed - nothing happened");
 }