示例#1
0
 private static void DeductFromPlayer(Person person, int cost)
 {
     throw new NotImplementedException();
 }
示例#2
0
 private static void AddToPlayer(Person person, SeasonalReward reward)
 {
     throw new NotImplementedException();
 }