mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-07-12 11:09:14 +00:00
First commit
This commit is contained in:
13
DiscordAPI/RPC/Commands/ICommand.cs
Normal file
13
DiscordAPI/RPC/Commands/ICommand.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using DiscordRPC.RPC.Payload;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscordRPC.RPC.Commands
|
||||
{
|
||||
internal interface ICommand
|
||||
{
|
||||
IPayload PreparePayload(long nonce);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user