14 lines
No EOL
223 B
C#
14 lines
No EOL
223 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.Enums.Families
|
|
{
|
|
public enum FamilyAuthority : byte
|
|
{
|
|
Head = 0,
|
|
Deputy = 1,
|
|
Keeper = 2,
|
|
Member = 3
|
|
}
|
|
} |