using UnityEngine; using UnityEngine.UI; namespace Flux { public class FCommentTrack : FTrack { public Text Label = null; } }