Adds explicit inventory window.

This commit is contained in:
Pieter-Jan Briers
2019-07-20 13:11:42 +02:00
parent 5f276cd39d
commit f5d319bc3a
8 changed files with 192 additions and 31 deletions

View File

@@ -97,6 +97,7 @@ namespace Content.Client.GameObjects.Components.Actor
if (Window != null)
{
_gameHud.CharacterButtonVisible = false;
Window.Close();
}
break;