EchoTrio
 
Loading...
Searching...
No Matches
DirectorConfig.cs
Go to the documentation of this file.
1using UnityEngine;
2
3namespace EchoTrio {
4 [CreateAssetMenu(fileName = "DirectorConfig", menuName = "EchoTrio/DirectorConfig")]
5 public class DirectorConfig : ScriptableObject {
6 [TextArea(64, 128)] public string instructions = string.Empty;
7 }
8}