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