Interface WorldTurnCharactersUpdate

interface WorldTurnCharactersUpdate {
    turns: readonly WorldTurnCharactersUpdateTurn[];
}

Properties

Properties