11 lines
177 B
C#
11 lines
177 B
C#
namespace Myriad.Gateway.State
|
|
{
|
|
public enum ShardState
|
|
{
|
|
Disconnected,
|
|
Handshaking,
|
|
Identifying,
|
|
Connected,
|
|
Reconnecting
|
|
}
|
|
} |