0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-13 23:25:06 +00:00
SmoOnlineServer/Server/Time.cs

1 line
69 B
C#
Raw Normal View History

public record Time(ushort Minutes, byte Seconds, DateTime When) {}