forked from Eauldane/SnowcloakAPI
Initial mirror.
This commit is contained in:
9
MareSynchronosAPI/Dto/SystemInfoDto.cs
Normal file
9
MareSynchronosAPI/Dto/SystemInfoDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace MareSynchronos.API.Dto;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record SystemInfoDto
|
||||
{
|
||||
public int OnlineUsers { get; set; }
|
||||
}
|
Reference in New Issue
Block a user