Skip to content

Commit 2d4ec3c

Browse files
committed
Add text area attr
1 parent 8fc932f commit 2d4ec3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/JCSUnity/Scripts/Struct/Language/JCS_LangData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class JCS_LangData
3030

3131
[Tooltip("String data for this specific language.")]
3232
[SerializeField]
33+
[TextArea]
3334
private string mData = "";
3435

3536
/* Setter & Getter */

0 commit comments

Comments
 (0)