server-master/srcs/WingsAPI.Communication/Sessions/Model/SessionState.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
218 B
C#

namespace WingsAPI.Communication.Sessions.Model
{
public enum SessionState
{
Disconnected,
ServerSelection,
CrossChannelAuthentication,
CharacterSelection,
InGame
}
}