Player shader

This commit is contained in:
Marco 2025-06-26 10:58:27 +02:00
commit 6162d11165
19 changed files with 480 additions and 24 deletions

View file

@ -218,10 +218,4 @@ public partial class InventoryManager : Node
{
EmitSignalWeaponUpdate(itemKey);
}
}
public class ItemContainer
{
public LootItem Item { get; set; }
public int Count { get; set; }
}
}