Ejemplo n.º 1
0
 public void AddCardValueToPlayer(Player player, byte cardValue)
 {
     protectedData.AddCardValueToPlayer(player, cardValue);
 }
Ejemplo n.º 2
0
 public void AddCardValueToPlayer(string playerId, byte cardValue)
 {
     protectedData.AddCardValueToPlayer(playerId, cardValue);
 }