summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/CommandTypes.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Commands/CommandTypes.cs')
-rw-r--r--DiscoBot/Commands/CommandTypes.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/DiscoBot/Commands/CommandTypes.cs b/DiscoBot/Commands/CommandTypes.cs
new file mode 100644
index 0000000..4ff0814
--- /dev/null
+++ b/DiscoBot/Commands/CommandTypes.cs
@@ -0,0 +1,12 @@
+namespace DiscoBot.Commands
+{
+ public enum CommandTypes
+ {
+ Talent,
+ Eigenschaft,
+ Angriff,
+ Parade,
+ Fernkampf,
+ KeinChar
+ }
+}