We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc932f commit 2d4ec3cCopy full SHA for 2d4ec3c
Assets/JCSUnity/Scripts/Struct/Language/JCS_LangData.cs
@@ -30,6 +30,7 @@ public class JCS_LangData
30
31
[Tooltip("String data for this specific language.")]
32
[SerializeField]
33
+ [TextArea]
34
private string mData = "";
35
36
/* Setter & Getter */
0 commit comments