summaryrefslogtreecommitdiff
path: root/GameCode/Comment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/Comment.cs')
-rw-r--r--GameCode/Comment.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/GameCode/Comment.cs b/GameCode/Comment.cs
new file mode 100644
index 0000000..020c8e3
--- /dev/null
+++ b/GameCode/Comment.cs
@@ -0,0 +1,7 @@
+using UnityEngine;
+
+public class Comment : MonoBehaviour
+{
+ [TextArea(20, 100)]
+ public string comment;
+}