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