GameStrategy allgemein angelegt

This commit is contained in:
Daniel Herrmann
2014-06-05 11:38:33 +02:00
parent e53f2657aa
commit 5229f218da
3 changed files with 19 additions and 15 deletions

View File

@@ -2,9 +2,9 @@
namespace WorldOfPeacecraft
{
public enum Decision
{
FIGHT, REST, STAG, BUNNY, SWORD, ALCHEMY, MAGIC
}
public enum Decision
{
FIGHT, REST, STAG, BUNNY, SWORD, ALCHEMY, MAGIC
}
}