1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-16 15:02:53 -04:00

feat: more fields in AllServersResponse

This commit is contained in:
CyberL1 2024-05-13 14:30:29 +02:00
parent cde556c178
commit 3d174846b4

View File

@ -14,7 +14,8 @@
public string Motd { get; set; } = string.Empty;
public bool Online { get; set; }
public List<Op> Ops { get; set; } = null!;
public List<Ban> Banlist { get; set; }
public List<Ban> Banlist { get; set; } = null!;
public string OwnersToken { get; set; } = string.Empty;
}
public class Op