mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-21 21:48:21 -05:00
feat: more fields in AllServersResponse
This commit is contained in:
parent
cde556c178
commit
3d174846b4
@ -14,7 +14,8 @@
|
|||||||
public string Motd { get; set; } = string.Empty;
|
public string Motd { get; set; } = string.Empty;
|
||||||
public bool Online { get; set; }
|
public bool Online { get; set; }
|
||||||
public List<Op> Ops { get; set; } = null!;
|
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
|
public class Op
|
||||||
|
Loading…
Reference in New Issue
Block a user