예제 #1
0
 public static string GetAdeptDifficultyMove()
 {
     return(ConvertNumberToDirection(DifficultiesBasedOnRandom.GetRandomMovement(0)));
 }
예제 #2
0
 public static string GetExperiencedDifficultyMove()
 {
     return(ConvertNumberToDirection(DifficultiesBasedOnRandom.GetRandomMovement(0.35)));
 }