collection of players for cities and mines

This commit is contained in:
2024-02-05 20:08:39 -06:00
parent 33bd1a0906
commit 5287b993fa
4 changed files with 111 additions and 10 deletions
@@ -56,6 +56,9 @@ public enum PowersManager {
public static HashMap<Integer, ArrayList<MobPowerEntry>> AllMobPowers;
private static JobScheduler js;
public static String[] siegeBuffs = new String[]{"ART-004A","ARM-112A"};
public static String[] siegeDeBuffs = new String[]{"ACM-003A","WRT-003A"};
private PowersManager() {
}
@@ -2707,7 +2710,12 @@ public enum PowersManager {
}
}
}
public static void applyZergBuff(AbstractGameObject obj){
}
public static void removeZergBuff(HashSet<Integer> playersIDs){
}
}