Helper to handle classic mode specifics

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

game: default

Methods

  • Runs the classic game to the summon phase.

    Parameters

    • Optionalspecies: Species[]

      Optional array of species to summon.

    Returns Promise<void>

    A promise that resolves when the summon phase is reached.

  • Transitions to the start of a battle.

    Parameters

    • Optionalspecies: Species[]

      Optional array of species to start the battle with.

    Returns Promise<void>

    A promise that resolves when the battle is started.