Skip to content
Engels Quintero edited this page Apr 27, 2020 · 1 revision
public enum PartyPurposeType : byte
{
	Hunting = 0,
	Quest = 1,
	Trader = 2,
	Thief = 3
}
Clone this wiki locally