Move ButtonBar view out of GameHud into GameHud.ButtonBar (#6491)
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Content.Client.Sandbox
|
||||
|
||||
_netManager.RegisterNetMessage<MsgSandboxSuicide>();
|
||||
|
||||
_gameHud.SandboxButtonToggled = SandboxButtonPressed;
|
||||
_gameHud.SandboxButtonToggled += SandboxButtonPressed;
|
||||
|
||||
_inputManager.SetInputCommand(ContentKeyFunctions.OpenEntitySpawnWindow,
|
||||
InputCmdHandler.FromDelegate(session => ToggleEntitySpawnWindow()));
|
||||
|
||||
Reference in New Issue
Block a user