Move ButtonBar view out of GameHud into GameHud.ButtonBar (#6491)

This commit is contained in:
Acruid
2022-02-08 16:24:22 -08:00
committed by GitHub
parent b5334d11fb
commit d89df7ce74
7 changed files with 607 additions and 511 deletions

View File

@@ -81,7 +81,7 @@ namespace Content.Client.CharacterInterface
return;
_gameHud.CharacterButtonVisible = true;
_gameHud.CharacterButtonToggled = b =>
_gameHud.CharacterButtonToggled += b =>
{
if (b)
comp.Window.OpenCentered();