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

8 lines
128 B
C#

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