Package com.unciv.models.ruleset.unit

Types

BaseUnit
Link copied to clipboard
class BaseUnit : RulesetObject, INonPerpetualConstruction

This is the basic info of the units, as specified in Units.json, in contrast to MapUnit, which is a specific unit of a certain type that appears on the map

Promotion
Link copied to clipboard
class Promotion : RulesetObject
UnitLayer
Link copied to clipboard
enum UnitLayer : Enum<UnitLayer>
UnitMovementType
Link copied to clipboard
enum UnitMovementType : Enum<UnitMovementType>
UnitType
Link copied to clipboard
class UnitType : INamed, IHasUniques