Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProvinceStatus<Power>

Status of the province

Type parameters

  • Power

Hierarchy

  • ProvinceStatus

Index

Constructors

Properties

Constructors

constructor

  • new ProvinceStatus(occupied: Power | null, standoff: boolean): ProvinceStatus
  • Parameters

    • occupied: Power | null

      The power that occupies the province. The province is neutral if this property is null

    • standoff: boolean

      The flag whether standoff is occurred or not

    Returns ProvinceStatus

Properties

occupied

occupied: Power | null

The power that occupies the province. The province is neutral if this property is null

standoff

standoff: boolean

The flag whether standoff is occurred or not

Generated using TypeDoc