powerfun-unity/Assets/Mapbox/Unity/Map/Interfaces/IMapPlacementStrategy.cs

8 lines
128 B
C#
Raw Normal View History

2021-03-22 19:20:51 +08:00
namespace Mapbox.Unity.Map.Interfaces
{
public interface IMapPlacementStrategy
{
void SetUpPlacement(AbstractMap map);
}
}