mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:43:57 +00:00
enter intro cutscene
This commit is contained in:
10
TcpSharp/SessionStateEnum.cs
Normal file
10
TcpSharp/SessionStateEnum.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MikuSB.TcpSharp;
|
||||
|
||||
public enum SessionStateEnum
|
||||
{
|
||||
INACTIVE,
|
||||
WAITING_FOR_TOKEN,
|
||||
WAITING_FOR_LOGIN,
|
||||
PICKING_CHARACTER,
|
||||
ACTIVE
|
||||
}
|
||||
Reference in New Issue
Block a user