This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
PluralKit
Watch
1
Star
0
Fork
0
You've already forked PluralKit
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ecce906c99
PluralKit
/
Myriad
/
Gateway
/
ShardInfo.cs
4 lines
85 B
C#
Raw
Normal View
History
Unescape
Escape
run dotnet format
2021-08-27 15:03:47 +00:00
namespace
Myriad.Gateway
Initial commit, basic proxying working
2020-12-22 12:15:26 +00:00
{
public
record
ShardInfo
(
int
ShardId
,
int
NumShards
)
;
}
Reference in New Issue
Copy Permalink