示例#1
0
文件: Gump.cs 项目: nogu3ira/xrunuo
 public void SendTo(GameClient state)
 {
     state.AddGump(this);
     state.Send(Compile());
 }