9 lines
164 B
C#
9 lines
164 B
C#
|
|
using UnityEngine;
|
|||
|
|
using Mapbox.Unity.MeshGeneration.Modifiers;
|
|||
|
|
namespace Mapbox.Unity.Map
|
|||
|
|
{
|
|||
|
|
public abstract class LayerProperties : MapboxDataProperty
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|