11 lines
No EOL
218 B
C#
11 lines
No EOL
218 B
C#
namespace WingsAPI.Communication.Sessions.Model
|
|
{
|
|
public enum SessionState
|
|
{
|
|
Disconnected,
|
|
ServerSelection,
|
|
CrossChannelAuthentication,
|
|
CharacterSelection,
|
|
InGame
|
|
}
|
|
} |