This commit is contained in:
2025-02-07 02:47:44 -08:00
parent fe1a1e61ef
commit b8e5794d48
15 changed files with 6 additions and 46 deletions

View File

@@ -23,8 +23,6 @@ public partial class ItemSlot : HBoxContainer, IItemSlot
{
public override void _Notification(int what) => this.Notify(what);
[Dependency] public IGameRepo GameRepo => this.DependOn<IGameRepo>();
[Dependency] public IPlayer Player => this.DependOn<IPlayer>();
//[Node] public Label EquipBonus { get; set; } = default!;