Finish refactoring other than making sure bonuses appear on player stat side

This commit is contained in:
2024-09-12 04:26:29 -07:00
parent b4662a0c7b
commit af384d3ddb
11 changed files with 204 additions and 127 deletions

View File

@@ -21,6 +21,8 @@ public partial class ThrowableItem : Node3D, IInventoryItem
public int Count { get; }
public Guid ID => Guid.NewGuid();
[Export]
public ThrowableItemStats ThrowableItemInfo { get; set; }