Show ban and note count in ahelp window (#15328)
This commit is contained in:
@@ -13,5 +13,7 @@ namespace Content.Shared.Administration
|
||||
EntityUid? EntityUid,
|
||||
NetUserId SessionId,
|
||||
bool Connected,
|
||||
bool ActiveThisRound);
|
||||
bool ActiveThisRound,
|
||||
int Bans,
|
||||
int Notes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user