summaryrefslogtreecommitdiff
path: root/Assets/Test/00_EventSystem/Description.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Test/00_EventSystem/Description.cs')
-rw-r--r--Assets/Test/00_EventSystem/Description.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Assets/Test/00_EventSystem/Description.cs b/Assets/Test/00_EventSystem/Description.cs
new file mode 100644
index 0000000..c412785
--- /dev/null
+++ b/Assets/Test/00_EventSystem/Description.cs
@@ -0,0 +1,11 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Description : MonoBehaviour {
+
+ [TextArea(50, 50)]
+ public string description;
+
+
+}