PluralKit/Myriad/Gateway/ShardInfo.cs

4 lines
88 B
C#

namespace Myriad.Gateway
{
public record ShardInfo(int ShardId, int NumShards);
}