using System; using UnityEngine; namespace NBF { public class InteractiveObject : MonoBehaviour { [Header("交互类型")] public UIDef.InteractiveType Type; } }