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