13 lines
314 B
C#
13 lines
314 B
C#
/* INFINITY CODE */
|
|
/* https://infinity-code.com */
|
|
|
|
using UnityEngine;
|
|
|
|
namespace InfinityCode.RealWorldTerrain
|
|
{
|
|
//[CreateAssetMenu(fileName = "Documentation.asset", menuName = "Create Documentation")]
|
|
public class RealWorldTerrainDocumentation : ScriptableObject
|
|
{
|
|
|
|
}
|
|
} |