mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
9 lines
122 B
C#
9 lines
122 B
C#
namespace KianaBH.Enums.Player;
|
|
|
|
public enum PermEnum
|
|
{
|
|
Trial = 0,
|
|
Support = 1,
|
|
Admin = 2,
|
|
Other = 10
|
|
} |