Exemplo n.º 1
0
 public void SendTo(GameClient state)
 {
     state.AddGump(this);
     state.Send(Compile());
 }