Skip to content

@lands.io/mod-sdk / UnitType

Enumeration: UnitType

Table of contents

Enumeration Members

Enumeration Members

Construction

Construction = "Construction"


DefensePost

DefensePost = "Defense Post"


TransportShip

TransportShip = "Transport"


Source Code

View full implementation
export enum UnitType {
  TransportShip = 'Transport',
  DefensePost = 'Defense Post',
  Construction = 'Construction',
}