HitPointMono.cs 162 B

123456789
  1. using UnityEngine;
  2. namespace GameTimeLine.CustomizeTimeLogic
  3. {
  4. public class HitPointMono : MonoBehaviour
  5. {
  6. public string hitPointName;
  7. }
  8. }