summaryrefslogtreecommitdiff
path: root/DSACore/Commands/CommandTypes.cs
blob: d53328b06f83d6b427c34fad4c192daf95ad34d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace DSACore.Commands
{
    public enum CommandTypes
    {
        Talent,
        Eigenschaft,
        Angriff,
        Parade,
        Fernkampf,
        KeinChar,
        Zauber
    }
}