11 lines
180 B
C#
11 lines
180 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace InfinityCode.MeshToTerrain
|
|||
|
{
|
|||
|
public class MeshToTerrainReadMe : MonoBehaviour
|
|||
|
{
|
|||
|
[Multiline]
|
|||
|
public string message;
|
|||
|
}
|
|||
|
|
|||
|
}
|