mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 10:43:59 +00:00
enter intro cutscene
This commit is contained in:
9
Common/Enums/Player/PermEnum.cs
Normal file
9
Common/Enums/Player/PermEnum.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MikuSB.Enums.Player;
|
||||
|
||||
public enum PermEnum
|
||||
{
|
||||
Trial = 0,
|
||||
Support = 1,
|
||||
Admin = 2,
|
||||
Other = 10
|
||||
}
|
||||
Reference in New Issue
Block a user