using UnityEngine; namespace GameTimeLine.CustomizeTimeLogic { public class SpecialDotMono : MonoBehaviour { public string DotName; } }