-
Notifications
You must be signed in to change notification settings - Fork 42
PartyLeaveType
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,
}