actually add the stuff

This commit is contained in:
Stanley Dimant
2022-10-03 10:53:12 +02:00
parent 6745203568
commit a0937f7637

View File

@@ -6,6 +6,11 @@
public bool IsAdmin { get; set; }
public bool IsModerator { get; set; }
public string UID { get; set; }
public ServerInfoDto ServerInfo { get; set; }
}
public record ServerInfoDto
{
public string ShardName { get; set; }
public int MaxGroupUserCount { get; set; }
public int MaxGroupsCreatedByUser { get; set; }