15 lines
364 B
C#
15 lines
364 B
C#
/* 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;
|
|
}
|
|
}
|