namespace ChivaXR.Op { using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; /// /// 操作点逻辑处理 /// public class OperationLogicBase : MonoBehaviour { // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } } }