[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Mapbox.Unity.Map.Interfaces
|
||||
{
|
||||
public interface IMapPlacementStrategy
|
||||
{
|
||||
void SetUpPlacement(AbstractMap map);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user