dx
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* INFINITY CODE 2013-2019 */
|
||||
/* http://www.infinity-code.com */
|
||||
|
||||
using InfinityCode.RealWorldTerrain.Webservices.Results;
|
||||
using UnityEngine;
|
||||
|
||||
namespace InfinityCode.RealWorldTerrain
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
public class RealWorldTerrainGeocodingObject:MonoBehaviour
|
||||
{
|
||||
public RealWorldTerrainGoogleGeocodingResult info;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user