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