Exemplo n.º 1
0
 private static void DeductFromPlayer(Person person, int cost)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 private static void AddToPlayer(Person person, SeasonalReward reward)
 {
     throw new NotImplementedException();
 }