using UnityEngine; namespace RootMotion { public class Comments : MonoBehaviour { [Multiline] public string text; } }