using UnityEngine; namespace Main { public struct DigitalHumanPointData { public string Name; public Transform pointTransform; } }