[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Mapbox.Unity.MeshGeneration.Modifiers
|
||||
{
|
||||
using Mapbox.Unity.MeshGeneration.Data;
|
||||
|
||||
public interface IReplacementCriteria
|
||||
{
|
||||
bool ShouldReplaceFeature(VectorFeatureUnity feature);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user