Mystery item implementation
This commit is contained in:
@@ -36,6 +36,8 @@ public partial class ConsumableItem : InventoryItem
|
||||
|
||||
public int RaiseVTAmount => Stats.RaiseVTAmount;
|
||||
|
||||
public override ItemTag ItemTag => Stats.ItemTag;
|
||||
|
||||
[Export]
|
||||
[Save("consumable_item_stats")]
|
||||
public ConsumableItemStats Stats { get; set; } = new ConsumableItemStats();
|
||||
|
||||
Reference in New Issue
Block a user