Interface WorldInviteStartUpdate

interface WorldInviteStartUpdate {
    playerID: string;
    type: InviteType;
}

Properties

Properties

playerID: string