12 lines
218 B
C#
12 lines
218 B
C#
/* INFINITY CODE */
|
|
/* https://infinity-code.com */
|
|
|
|
using UnityEngine;
|
|
|
|
namespace InfinityCode.MeshToTerrain
|
|
{
|
|
public class MeshToTerrainDocumentation : ScriptableObject
|
|
{
|
|
|
|
}
|
|
} |