Exemple #1
0
 public void updatePlayerMove(int id, string type, string direction)
 {
     game.updatePlayerMove(id, type, direction);
 }