PluralKit/Myriad/Gateway/Payloads/GatewayHello.cs

4 lines
86 B
C#
Raw Normal View History

2020-12-22 12:15:26 +00:00
namespace Myriad.Gateway
{
public record GatewayHello(int HeartbeatInterval);
}