Exemple #1
0
 public virtual void sendGameAction(GameAction a)
 {
     send("game", a.toString());
 }