Esempio n. 1
0
 public void AddPlayer(ActionObject action, IPEndPoint groupEP, MatchController match)
 {
     match.AddPlayer(action.Player);
     PlayersIps.Add(action.Player, groupEP);
     UpdateGameState(match);
 }