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