mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 13:03:57 +00:00
enter intro cutscene
This commit is contained in:
13
Common/Enums/Player/BanTypeEnum.cs
Normal file
13
Common/Enums/Player/BanTypeEnum.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace MikuSB.Enums.Player;
|
||||
|
||||
public enum BanTypeEnum
|
||||
{
|
||||
None = 0,
|
||||
UseThirdPartySoftware = 1,
|
||||
ThirdPartySoftware = 2,
|
||||
AbnormalLogin = 4,
|
||||
AbnormalAccount = 5,
|
||||
ViolationTermsService = 6,
|
||||
AccountRisk = 7,
|
||||
Unknown = 8
|
||||
}
|
||||
7
Common/Enums/Player/FriendEnum.cs
Normal file
7
Common/Enums/Player/FriendEnum.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MikuSB.Enums.Player;
|
||||
|
||||
public enum ServerEnum
|
||||
{
|
||||
Console = 0,
|
||||
Chat = 1
|
||||
}
|
||||
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