mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
9 lines
157 B
C#
9 lines
157 B
C#
using UnityEngine;
|
|
|
|
public class Styling_TextArea : ScriptableObject
|
|
{
|
|
public string simpleText;
|
|
|
|
[TextArea(10, 15)]
|
|
public string textArea;
|
|
} |