Interface PartyChangesWorldUpdate

interface PartyChangesWorldUpdate {
    characters: readonly WorldPartyCharacterUpdate[];
}

Properties

Properties

characters: readonly WorldPartyCharacterUpdate[]