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