Beispiel #1
0
 public void AddBooksForPlayer(Player player, int numberOfNewBooks)
 {
     protectedData.AddBooksForPlayer(player, numberOfNewBooks);
 }
Beispiel #2
0
 public void AddBooksForPlayer(Player player, Ranks ranks)
 {
     protectedData.AddBooksForPlayer(player, ranks);
 }