Interface PartyChangesUpdate

interface PartyChangesUpdate {
    parties: readonly PartyUpdate[];
    partyIDsToRemove: readonly string[];
    world?: PartyChangesWorldUpdate;
}

Properties

parties: readonly PartyUpdate[]
partyIDsToRemove: readonly string[]