using System.Collections.Generic; namespace Mapbox.Unity.MeshGeneration.Modifiers { public interface IReplaceable { HashSet Criteria { get; set; } } }