Comment updates

This commit is contained in:
variablevince
2025-10-24 04:00:21 +02:00
parent 92d2b45340
commit e90cfc3fb9
3 changed files with 4 additions and 7 deletions
+4 -3
View File
@@ -861,8 +861,9 @@ export interface NameViewData {
size: number;
}
// Filter for buildableUnits
export enum TransportShipFilter {
Default = "default", // Include TransportShip with all units
Exclude = "exclude", // Skip TransportShip in the unit list
Only = "only", // Only check TransportShip
Default = "default", // Include
Exclude = "exclude", // Exclude
Only = "only", // TransportShip only
}