13 lines
252 B
C#
13 lines
252 B
C#
/* INFINITY CODE 2013-2019 */
|
|
/* http://www.infinity-code.com */
|
|
|
|
using UnityEngine;
|
|
|
|
namespace InfinityCode.RealWorldTerrain
|
|
{
|
|
[AddComponentMenu("")]
|
|
public class RealWorldTerrainRoadArchitectNode : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
} |