Interface EndPlayerBattleUpdate

interface EndPlayerBattleUpdate {
    character?: EndPlayerBattleCharacterUpdate;
    players: readonly EndPlayerBattlePlayerUpdate[];
    world?: EndPlayerBattleWorldUpdate;
}

Properties

players: readonly EndPlayerBattlePlayerUpdate[]