Example #1
0
 public static double getHealth(Player player) {
   return util.getHeroHealth(player);
 }
Example #2
0
 public static void setHealthP(Player player, double health) {
   util.setHeroHealthP(player, health);
 }