Move items

This commit is contained in:
cblech
2025-04-07 02:10:59 +02:00
parent 959ab68b4d
commit c90687939c
18 changed files with 235 additions and 15 deletions
@@ -5,7 +5,7 @@ namespace Babushka.scripts.CSharp.Common.Inventory;
public partial class InventoryManager : Node
{
public InventoryManager Instance { get; private set; }
public static InventoryManager Instance { get; private set; }
public InventoryInstance playerInventory;