Added reference project
This commit is contained in:
12
ref/Net/Rest/RequestEventArgs.cs
Normal file
12
ref/Net/Rest/RequestEventArgs.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Discord.Net.Rest
|
||||
{
|
||||
public class RequestEventArgs : EventArgs
|
||||
{
|
||||
public IRestRequest Request { get; set; }
|
||||
public bool Cancel { get; set; }
|
||||
|
||||
public RequestEventArgs(IRestRequest request) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user