namespace PKHeX.Core { /// /// Complex modification of data to a string value. /// public interface IComplexSet { bool IsMatch(string name, string value); void Modify(PKM pk, StringInstruction instr); } }