using UnityEngine; namespace Scampz.GameJam { [System.Serializable] public class Dialogue { [TextArea(3, 10)] public string[] sentences; } }