[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Mapbox.Unity.MeshGeneration.Interfaces
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
|
||||
public interface IFeaturePropertySettable
|
||||
{
|
||||
void Set(Dictionary<string, object> props);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user