Skip to content
DummkopfOfHachtenduden edited this page Oct 12, 2021 · 1 revision
public enum PartyLeaveType : byte
{
    //UIIT_MSG_PARTY_LOGOUT
    //[%s] has been disconnected.
    Disconnected = 1,

    //UIIT_MSG_PARTY_SECEDE
    //[%s] has left the party.
    Left = 2,

    //LEAVE_PARTY_SERVER_MIGRATION %X
    ServerMigration = 3,

    //UIIT_MSG_PARTY_BOOTED
    //[%s] is banned from the party.
    Banned = 4,
}
Clone this wiki locally