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