Better inventory window, inventory buttons on game HUD.

Part of #272
This commit is contained in:
Pieter-Jan Briers
2019-07-23 23:24:47 +02:00
parent 4d202a7678
commit 1fbb5915aa
12 changed files with 431 additions and 252 deletions

View File

@@ -33,7 +33,7 @@ namespace Content.Client.GameObjects.EntitySystems
return;
}
var menu = clientInventory.Window;
var menu = clientInventory.InterfaceController.Window;
if (menu.IsOpen)
{