foxcord/Foxcord/Gateway/Events/IGatewayEvent.cs

6 lines
76 B
C#
Raw Permalink Normal View History

2024-09-03 00:07:12 +02:00
namespace Foxcord.Gateway.Events;
internal interface IGatewayEvent
{
}