summaryrefslogtreecommitdiff
path: root/scripts/Magic/SpellEffect.cs
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-11-10 17:03:16 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-11-10 17:03:16 -0300
commitf46d058571d453ccf7ddf884ccb5d8694f970d7c (patch)
tree8ccbc7621c0e19977c47c337b1af08f792cb92e2 /scripts/Magic/SpellEffect.cs
parent5f25fea962905c9ceb10b52490cc56d3ccd463db (diff)
parent1b0582792b7b9169ce8a667bf5533241d083705c (diff)
Merge branch 'master' of github.com:Simplesmente-O-Grupo/projeto-fantasia
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
+}