PluralKit/Myriad/Gateway/ShardInfo.cs

3 lines
79 B
C#

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