Exemple #1
0
 public static GameSpeed ConvertGameSpeed(int i)
 {
     return(GameSpeed.GetGameSpeed(i));
 }