✨ added reason of disconnect at callback
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ragon.Protocol
|
||||
{
|
||||
public enum RagonDisconnect
|
||||
{
|
||||
MANUAL,
|
||||
TIMEOUT,
|
||||
SERVER,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user