SmoOnlineServer/Server/Time.cs

1 line
69 B
C#
Raw Permalink Normal View History

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