Interface BattleGameOverUpdate

interface BattleGameOverUpdate {
    serverTime: number;
}

Properties

Properties

serverTime: number