Esempio n. 1
0
 public void PlayCard(ActionObject action, IPEndPoint groupEP, MatchController match)
 {
     if (action.Player != match.CurrentPlayer)
     {
         return;
     }
     match.PlayCard(action.Player, action.Card);
 }