public Selection MakeForcedSwitchSelection(Battle battle, Side actorSide) { throw new NotImplementedException(); }
public Move PickMoveToMimic(Side opponentSide) { throw new NotImplementedException(); }
private Selection MakeRandomFightSelection(Battle battle, Side actorSide) { return(Selection.MakeFight(actorSide.CurrentBattlePokemon, battle.PlayerSide.CurrentBattlePokemon, PickRandomMove(actorSide))); }