Example #1
0
 public static GameType ConvertGameType(int i)
 {
     return(GameType.GetGameType(i));
 }