Add stackable items
This commit is contained in:
@@ -35,5 +35,6 @@ public partial class EffectItem : InventoryItem
|
||||
[Export]
|
||||
[Save("effect_item_stats")]
|
||||
public EffectItemStats Stats { get; set; } = new EffectItemStats();
|
||||
|
||||
public override Texture2D GetTexture() => Stats.Texture;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user