Esempio n. 1
0
 public static void removeBar(Player player) {
   if (handler != null) {
     handler.removeBar(player);
   }
 }