actually add the stuff
This commit is contained in:
@@ -6,6 +6,11 @@
|
|||||||
public bool IsAdmin { get; set; }
|
public bool IsAdmin { get; set; }
|
||||||
public bool IsModerator { get; set; }
|
public bool IsModerator { get; set; }
|
||||||
public string UID { get; set; }
|
public string UID { get; set; }
|
||||||
|
public ServerInfoDto ServerInfo { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public record ServerInfoDto
|
||||||
|
{
|
||||||
public string ShardName { get; set; }
|
public string ShardName { get; set; }
|
||||||
public int MaxGroupUserCount { get; set; }
|
public int MaxGroupUserCount { get; set; }
|
||||||
public int MaxGroupsCreatedByUser { get; set; }
|
public int MaxGroupsCreatedByUser { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user