namespace MafiaCommon { public enum GameState { NotStarted=1, VotingNight=2, Day=3, VotingDay=4 } }