This commit is contained in:
Daniel Herrmann
2014-06-05 12:04:01 +02:00
parent 26b2c9d88b
commit 327d14d772

12
src/EnumGameType.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WorldOfPeacecraft
{
public enum GameType
{
DRAGON, STAGHUNT, SKIRMISH
}
}