add shard name to ui

This commit is contained in:
Stanley Dimant
2022-10-03 10:10:28 +02:00
parent a2a4d07c04
commit 5869ccac09
2 changed files with 1 additions and 6 deletions

View File

@@ -6,5 +6,6 @@
public bool IsAdmin { get; set; }
public bool IsModerator { get; set; }
public string UID { get; set; }
public string ShardName { get; set; }
}
}