summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/GeneralSpell.cs
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-29 21:52:45 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-29 21:52:45 +0200
commitf97f25ea54a0f888d2195d6868346854a2a005e0 (patch)
tree5ea9327de1d548a341f55ff4f13b89e09fb6b443 /DSACore/Models/Database/GeneralSpell.cs
parent330c49947c82d3d66f65f03abcad75d57d3dc121 (diff)
parent33dc613fffad69c1c608e21eac6fcd3f2954ead8 (diff)
Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi
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";
+ }
+}