Remove RPC from main distribution (#925)
This commit is contained in:
9
experiment/Discord.Net.Rpc/RpcGlobalEvent.cs
Normal file
9
experiment/Discord.Net.Rpc/RpcGlobalEvent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Discord.Rpc
|
||||
{
|
||||
public enum RpcGlobalEvent
|
||||
{
|
||||
ChannelCreated,
|
||||
GuildCreated,
|
||||
VoiceSettingsUpdated
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user