Example #1
0
 public void SetSpeakerState(SpeakerState state)
 {
     this.speakerState = state;
     state.OnEnter(this);
 }