© 2026 Hedgehog Software, LLC
enum AIType { heor, courier, scout }
class Unit { public AIType aiType; } class Player { List<Unit> units; }
class Settings { List<AIType> neededUnits; }