6 lines
124 B
C#
6 lines
124 B
C#
|
namespace Foxcord.Gateway.Events.Commands;
|
||
|
|
||
|
public interface IGatewayCommand
|
||
|
{
|
||
|
public GatewayPacket ToGatewayPacket();
|
||
|
}
|