Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Executed<Power, MilitaryBranch, Result>

Result of an order execution.

Type parameters

  • Power

  • MilitaryBranch

  • Result

Hierarchy

  • Executed

Implements

Index

Constructors

Properties

Constructors

constructor

  • new Executed(target: Order<Power, MilitaryBranch>, result: Result): Executed
  • Parameters

    • target: Order<Power, MilitaryBranch>

      The target order.

    • result: Result

      The result of the target.

    Returns Executed

Properties

result

result: Result

The result of the target.

target

target: Order<Power, MilitaryBranch>

The target order.

Generated using TypeDoc