namespace PkmnLib.Dynamic.Models.Choices;

public interface IPassChoice : ITurnChoice
{
    
}