コード例 #1
0
 public static void ShowPlayerThereAreNoPokemonLeftToSwitch()
 {
     ConsoleUtils.ShowMessageAndWaitOneSecond("There are no other pokemon left to battle!");
     ConsoleUtils.ClearScreen();
 }
コード例 #2
0
 public static void ShowHowEffectiveTheMoveWas(TypeEffect typeEffect)
 => ConsoleUtils.ShowMessageAndWaitOneSecond(DictionaryOfMessageToTypeEffect[typeEffect]);