Пример #1
0
 public static void setStats(Stats stats) {
   Main.removeStat(Main.getStatsForPlayer(stats.getPlayerName()));
   Main.addStat(stats);
 }