namespace PkmnLib.Dynamic.Models.Choices;

public interface ISwitchChoice : ITurnChoice
{
    
}