summaryrefslogtreecommitdiff
path: root/scripts/Magic/SpellEffect.cs
diff options
context:
space:
mode:
authorGustavoeklund01 <eklundgu@gmail.com>2025-11-10 16:57:26 -0300
committerGustavoeklund01 <eklundgu@gmail.com>2025-11-10 16:57:26 -0300
commit1b0582792b7b9169ce8a667bf5533241d083705c (patch)
treed168d44c19736dcfe97bd9a58a1f7253dc52c75f /scripts/Magic/SpellEffect.cs
parent3840e41432593855f53013962f42da553264baeb (diff)
small cure
Diffstat (limited to 'scripts/Magic/SpellEffect.cs')
-rw-r--r--scripts/Magic/SpellEffect.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Magic/SpellEffect.cs b/scripts/Magic/SpellEffect.cs
index 482a64f..e2209cc 100644
--- a/scripts/Magic/SpellEffect.cs
+++ b/scripts/Magic/SpellEffect.cs
@@ -7,4 +7,4 @@ namespace TheLegendOfGustav.Magic;
public abstract partial class SpellEffect : Resource
{
public abstract void Apply(Actor caster, Actor target);
-} \ No newline at end of file
+}