public static void ShowPlayerThereAreNoPokemonLeftToSwitch()
 {
     ConsoleUtils.ShowMessageAndWaitOneSecond("There are no other pokemon left to battle!");
     ConsoleUtils.ClearScreen();
 }
Ejemplo n.º 2
0
 public static void ShowHowEffectiveTheMoveWas(TypeEffect typeEffect)
 => ConsoleUtils.ShowMessageAndWaitOneSecond(DictionaryOfMessageToTypeEffect[typeEffect]);