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