summaryrefslogtreecommitdiff
path: root/DSACore/Commands/CommandTypes.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-26 23:49:26 +0200
commit19bf37de7642ae8cdefd8fc6b4fadac3ac96ea9b (patch)
tree08e7a9b15d806777fa1b839e897a171823649ab1 /DSACore/Commands/CommandTypes.cs
parentb411aa2128c2724bec0ecedb8cb4e1ffa59f3b53 (diff)
ported most code to WebApiProject
everything except the user identification and file locations should be somewhat functional
Diffstat (limited to 'DSACore/Commands/CommandTypes.cs')
-rw-r--r--DSACore/Commands/CommandTypes.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/DSACore/Commands/CommandTypes.cs b/DSACore/Commands/CommandTypes.cs
new file mode 100644
index 0000000..d53328b
--- /dev/null
+++ b/DSACore/Commands/CommandTypes.cs
@@ -0,0 +1,13 @@
+namespace DSACore.Commands
+{
+ public enum CommandTypes
+ {
+ Talent,
+ Eigenschaft,
+ Angriff,
+ Parade,
+ Fernkampf,
+ KeinChar,
+ Zauber
+ }
+}