Show ban and note count in ahelp window (#15328)

This commit is contained in:
DrSmugleaf
2023-04-11 17:34:25 -07:00
committed by GitHub
parent 98b4af8df0
commit 26cd16eeaa
13 changed files with 142 additions and 34 deletions

View File

@@ -13,5 +13,7 @@ namespace Content.Shared.Administration
EntityUid? EntityUid,
NetUserId SessionId,
bool Connected,
bool ActiveThisRound);
bool ActiveThisRound,
int Bans,
int Notes);
}