Mehr namespace

This commit is contained in:
2014-04-11 11:58:53 +02:00
parent ecd184f03e
commit 091a423725
4 changed files with 7 additions and 7 deletions

View File

@@ -2,9 +2,9 @@
namespace WorldOfPeacecraft
{
public enum Decision
{
DRAGON, STAGHUNT, SKIRMISH
}
public enum Decision
{
DRAGON, STAGHUNT, SKIRMISH
}
}