Interface EnterPlayerUpdate

interface EnterPlayerUpdate {
    character?: EnterPlayerCharacterUpdate;
    characterID?: string;
    classID: string;
    level: number;
    partyID: string;
    playerID: string;
    world?: EnterPlayerWorldUpdate;
}

Properties

characterID?: string
classID: string
level: number
partyID: string
playerID: string