Merge branch 'v26'

This commit is contained in:
evanpelle
2025-10-23 15:02:46 -07:00
25 changed files with 589 additions and 457 deletions
+1
View File
@@ -202,6 +202,7 @@ const _structureTypes: ReadonlySet<UnitType> = new Set([
UnitType.SAMLauncher,
UnitType.MissileSilo,
UnitType.Port,
UnitType.Factory,
]);
export function isStructureType(type: UnitType): boolean {