summaryrefslogtreecommitdiff
path: root/DSALib/Commands/CommandTypes.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/CommandTypes.cs')
-rw-r--r--DSALib/Commands/CommandTypes.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/DSALib/Commands/CommandTypes.cs b/DSALib/Commands/CommandTypes.cs
new file mode 100644
index 0000000..6838ac2
--- /dev/null
+++ b/DSALib/Commands/CommandTypes.cs
@@ -0,0 +1,13 @@
+namespace DSACore.Commands
+{
+ public enum CommandTypes
+ {
+ Talent,
+ Eigenschaft,
+ Angriff,
+ Parade,
+ Fernkampf,
+ KeinChar,
+ Zauber
+ }
+} \ No newline at end of file