Added reference project
This commit is contained in:
10
ref/Events/DisconnectedEventArgs.cs
Normal file
10
ref/Events/DisconnectedEventArgs.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
public class DisconnectedEventArgs : EventArgs
|
||||
{
|
||||
public bool WasUnexpected => false;
|
||||
public Exception Exception => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user