summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/GeneralSpell.cs
blob: 4f2a8cb5599d7709f866f98e1377c0e225a1aa8c (plain)
1
2
3
4
5
6
7
8
9
10
11
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";
    }
}