public void DisconnectInventory() { connectedInventory = null; }
public void SetInventory(Inventory newInventory) { currentInventory = newInventory; }
public void ConnectInventory(Inventory newConnection) { if (connectedInventory == null) connectedInventory = newConnection; }