WIP new shard implementation
This commit is contained in:
11
Myriad/Gateway/State/ShardState.cs
Normal file
11
Myriad/Gateway/State/ShardState.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Myriad.Gateway.State
|
||||
{
|
||||
public enum ShardState
|
||||
{
|
||||
Disconnected,
|
||||
Handshaking,
|
||||
Identifying,
|
||||
Connected,
|
||||
Reconnecting
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user