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