Player game state.

Hierarchy

  • BaseGameState
    • PlayerGameState

Properties

abilities: null | Ability[]

Hero abilities for the current player.

buildings: null | Buildings
draft: null | Draft

Draft state (this will be null).

hero: null | Hero

Hero game state for the current player.

items: null | ItemContainer

Items for the current player.

map: null | Map

Map game state for the current player.

player: null | Player

Player game state for the current player.

provider: null | Provider
wearables: null | WearableItem[]

Cosmetics for the current player.

Generated using TypeDoc