summaryrefslogtreecommitdiff
path: root/DSALib/Commands/CommandTypes.cs
blob: 6838ac2542cc40d21826db10ae4d6daa7de2d8a6 (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
    }
}