foxcord/Foxcord/Gateway/Events/Commands/IGatewayCommand.cs

6 lines
124 B
C#
Raw Permalink Normal View History

namespace Foxcord.Gateway.Events.Commands;
public interface IGatewayCommand
{
public GatewayPacket ToGatewayPacket();
}