summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/DSA/GeneralSpell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/DSA/GeneralSpell.cs')
-rw-r--r--DSACore/Models/Database/DSA/GeneralSpell.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/DSACore/Models/Database/DSA/GeneralSpell.cs b/DSACore/Models/Database/DSA/GeneralSpell.cs
deleted file mode 100644
index b4dbc0b..0000000
--- a/DSACore/Models/Database/DSA/GeneralSpell.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-namespace DSACore.Models.Database.DSA
-{
- public class GeneralSpell : Talent
- {
- public char Comlexity = 'A';
-
- public GeneralSpell(string name, string roll, char comlexity = 'A') : base(name, roll)
- {
- Comlexity = comlexity;
- }
-
- public GeneralSpell(string name, string roll) : base(name, roll)
- {
- }
-
- public GeneralSpell()
- {
- }
- }
-} \ No newline at end of file