diff options
Diffstat (limited to 'scripts/Entities/Actors/Actor.cs')
| -rw-r--r-- | scripts/Entities/Actors/Actor.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Entities/Actors/Actor.cs b/scripts/Entities/Actors/Actor.cs index 7e6685f..8eee4e2 100644 --- a/scripts/Entities/Actors/Actor.cs +++ b/scripts/Entities/Actors/Actor.cs @@ -1,4 +1,5 @@ using Godot; +using TheLegendOfGustav.Magic; using TheLegendOfGustav.Map; using TheLegendOfGustav.Utils; @@ -132,6 +133,8 @@ public partial class Actor : Entity get; set; } + + public SpellBook SpellBook { get; private set; } = new(); #endregion #region Methods |
