2021-03-30 17:27:50 +08:00

11 lines
97 B
C#

namespace Mapbox.Unity.Map
{
public interface ISubLayerStyle
{
void SetAsStyle();
}
}