Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Helper<Power>

Helper for creating orders of the standard rule ``` const $$ = new Helper(board) const $ = // The dictionary of the locations $$.U($.Lon).move($.Nth)

$$.U($.Mar).support($$.A($.Par).move($.Bur))

$$.F($.Lon).build()

$$.U($.Nrg).disband() ```

Type parameters

  • Power

Hierarchy

  • Helper

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private board

board: Board<Power>

Methods

A

F

U

Private getUnit

Generated using TypeDoc