PluralKit/Myriad/Gateway/Payloads/GatewayHello.cs
2021-08-27 11:03:47 -04:00

4 lines
83 B
C#

namespace Myriad.Gateway
{
public record GatewayHello(int HeartbeatInterval);
}