コード例 #1
0
ファイル: Gump.cs プロジェクト: nogu3ira/xrunuo
 public void SendTo(GameClient state)
 {
     state.AddGump(this);
     state.Send(Compile());
 }