mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 23:24:14 +01:00
add census popup on connection
This commit is contained in:
parent
05f1c66a5d
commit
a32aef8ee8
10 changed files with 99 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ public class BanUserPopupHandler : IPopupHandler
|
|||
UiSharedService.TextWrapped("The reason will be displayed in the banlist. The current server-side alias if present (Vanity ID) will automatically be attached to the reason.");
|
||||
}
|
||||
|
||||
public void OnClose()
|
||||
{
|
||||
}
|
||||
|
||||
public void Open(OpenBanUserPopupMessage message)
|
||||
{
|
||||
_reportedPair = message.PairToBan;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue