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