Vending Machines

This commit is contained in:
Marco 2025-04-25 11:29:21 +02:00
commit d020b067af
16 changed files with 249 additions and 34 deletions

View file

@ -11,6 +11,7 @@ public partial class LootItem : Resource
[Export] public StringName ItemDescription { get; set; }
[Export] public StringName ItemKey { get; set; }
[Export] public ItemTypes Item;
[Export] public int Price { get; set; }
[Export] public ItemEffectResource ItemEffect { get; private set; }
[Export] public WeaponResource WeaponData { get; set; }
[Export] public int Amount;