Example #1
0
 public void SendTo( GameClient state )
 {
     state.AddMenu( this );
     state.Send( new DisplayItemListMenu( this ) );
 }
Example #2
0
 public void SendTo( GameClient state )
 {
     state.AddMenu( this );
     state.Send( new DisplayQuestionMenu( this ) );
 }