mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-12 13:04:33 +01:00
10 lines
158 B
C#
10 lines
158 B
C#
namespace KianaBH.KcpSharp;
|
|
|
|
public enum SessionStateEnum
|
|
{
|
|
INACTIVE,
|
|
WAITING_FOR_TOKEN,
|
|
WAITING_FOR_LOGIN,
|
|
PICKING_CHARACTER,
|
|
ACTIVE
|
|
} |