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