summaryrefslogtreecommitdiff
path: root/Other/NavMeshTest/Assets/Scripts/Comment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Other/NavMeshTest/Assets/Scripts/Comment.cs')
-rw-r--r--Other/NavMeshTest/Assets/Scripts/Comment.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Other/NavMeshTest/Assets/Scripts/Comment.cs b/Other/NavMeshTest/Assets/Scripts/Comment.cs
new file mode 100644
index 0000000..edcd2ab
--- /dev/null
+++ b/Other/NavMeshTest/Assets/Scripts/Comment.cs
@@ -0,0 +1,11 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Comment : MonoBehaviour
+{
+ [TextArea(5, 10)]
+ public string comment;
+
+
+} \ No newline at end of file