GameType
This commit is contained in:
12
src/EnumGameType.cs
Normal file
12
src/EnumGameType.cs
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user