-
Notifications
You must be signed in to change notification settings - Fork 42
PartyMemberInfoFlag
DummkopfOfHachtenduden edited this page Oct 12, 2021
·
1 revision
[Flags]
public enum PartyMemberInfoFlag : byte
{
NameRefObjID = 1,
Level = 2,
Vitality = 4, // HP & MP
Mastery = 8,
JID = 16,
Position = 32,
Guild = 64,
JobState = 128,
}