summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/GeneralSpell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/GeneralSpell.cs')
-rw-r--r--DSACore/Models/Database/GeneralSpell.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/DSACore/Models/Database/GeneralSpell.cs b/DSACore/Models/Database/GeneralSpell.cs
new file mode 100644
index 0000000..4f2a8cb
--- /dev/null
+++ b/DSACore/Models/Database/GeneralSpell.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace DSACore.Models.Database
+{
+ public class GeneralSpell : Talent
+ {
+ private string Comlexity = "A";
+ }
+}