Interface Action<ActionData>

interface Action<ActionData> {
    data?: ActionData;
    player: Player;
}

Type Parameters

  • ActionData

Properties

Properties

data?: ActionData
player: Player

Generated using TypeDoc