mine zerg tracker

This commit is contained in:
2025-03-04 19:37:54 -06:00
parent 76b75f0a37
commit c8ae48ae60
4 changed files with 108 additions and 0 deletions
+2
View File
@@ -67,6 +67,8 @@ public class Mine extends AbstractGameObject {
public HashMap<Integer,Integer> oldBuildings;
public HashMap<Integer, Long> mineAttendees = new HashMap<>();
public ZergTracker zergTracker;
/**
* ResultSet Constructor
*/