Files
ClubPenguinServer/MareSynchronosServer/MareSynchronosShared/Authentication/SecretKeyAuthReply.cs
2022-12-18 14:53:44 +01:00

4 lines
114 B
C#

namespace MareSynchronosShared.Authentication;
internal record SecretKeyAuthReply(bool Success, string? Uid);