From 33dc613fffad69c1c608e21eac6fcd3f2954ead8 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 29 Sep 2018 20:22:11 +0200 Subject: added all data classes --- DSACore/Models/Database/GeneralSpell.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DSACore/Models/Database/GeneralSpell.cs (limited to 'DSACore/Models/Database/GeneralSpell.cs') 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"; + } +} -- cgit v1.2.3-54-g00ecf