mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +01:00
Init enter game
This commit is contained in:
13
Common/Enums/Player/PlayerStatusEnum.cs
Normal file
13
Common/Enums/Player/PlayerStatusEnum.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace KianaBH.Enums.Player;
|
||||
|
||||
public enum PlayerStatusEnum
|
||||
{
|
||||
Offline = 0,
|
||||
Explore = 1,
|
||||
}
|
||||
|
||||
public enum PlayerSubStatusEnum
|
||||
{
|
||||
None = 0,
|
||||
Battle = 1
|
||||
}
|
||||
Reference in New Issue
Block a user