10 lines
100 B
C#
10 lines
100 B
C#
namespace Mapbox.Unity.Map
|
|
{
|
|
public interface ISubLayerFantasyStyle : ISubLayerStyle
|
|
{
|
|
}
|
|
|
|
}
|
|
|
|
|