mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 20:35:25 +00:00
Comment updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user