срезал че не стоило срезать (#383)

This commit is contained in:
ThereDrD0
2024-06-26 05:57:46 +03:00
committed by GitHub
parent 00535cc26f
commit afa3325f60
2 changed files with 143 additions and 31 deletions

View File

@@ -109,12 +109,6 @@ public sealed class GhostUIController : UIController, IOnSystemChanged<GhostSyst
_net.SendSystemNetworkMessage(msg);
}
private void OnGhostnadoClicked()
{
var msg = new GhostnadoRequestEvent();
_net.SendSystemNetworkMessage(msg);
}
public void LoadGui()
{
if (Gui == null)
@@ -125,7 +119,6 @@ public sealed class GhostUIController : UIController, IOnSystemChanged<GhostSyst
Gui.GhostRolesPressed += GhostRolesPressed;
Gui.TargetWindow.WarpClicked += OnWarpClicked;
Gui.ReturnToRoundPressed += ReturnToRound;
Gui.TargetWindow.OnGhostnadoClicked += OnGhostnadoClicked;
UpdateGui();
}