powerfun-unity/Assets/Mapbox/Unity/Map/Interfaces/IMapScalingStrategy.cs
2021-03-30 17:27:50 +08:00

8 lines
124 B
C#

namespace Mapbox.Unity.Map.Interfaces
{
public interface IMapScalingStrategy
{
void SetUpScaling(AbstractMap map);
}
}