コード例 #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();
 }