From 2ab4051c6fe720dc47e99b0c305a0d779ee02d51 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 17:58:42 +0200 Subject: Moved Gamelogic to DSALib --- DSACore/Commands/CommandTypes.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 DSACore/Commands/CommandTypes.cs (limited to 'DSACore/Commands/CommandTypes.cs') diff --git a/DSACore/Commands/CommandTypes.cs b/DSACore/Commands/CommandTypes.cs deleted file mode 100644 index 6838ac2..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 - } -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf