namespace PkmnLib.Dynamic.Models.Choices; /// /// A choice to flee from a battle. /// public interface IFleeChoice : ITurnChoice { }