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