using UnityEngine; namespace GameTimeLine.CustomizeTimeLogic { public class HitPointMono : MonoBehaviour { public string hitPointName; } }