Added reference project
This commit is contained in:
10
ref/Enums/ConnectionState.cs
Normal file
10
ref/Enums/ConnectionState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Discord
|
||||
{
|
||||
public enum ConnectionState
|
||||
{
|
||||
Disconnected,
|
||||
Connecting,
|
||||
Connected,
|
||||
Disconnecting
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user