コード例 #1
0
ファイル: ItemListMenu.cs プロジェクト: Ravenwolfe/xrunuo
 public void SendTo( GameClient state )
 {
     state.AddMenu( this );
     state.Send( new DisplayItemListMenu( this ) );
 }
コード例 #2
0
ファイル: QuestionMenu.cs プロジェクト: Ravenwolfe/xrunuo
 public void SendTo( GameClient state )
 {
     state.AddMenu( this );
     state.Send( new DisplayQuestionMenu( this ) );
 }