using PkmnLib.Dynamic.Models.Choices; namespace PkmnLib.Dynamic.Models.BattleFlow; internal static class MoveTurnExecutor { internal static void ExecuteMoveChoice(IBattle battle, IMoveChoice moveChoice) { } }