using System.Collections; using System.Collections.Generic; using UnityEngine; using XRTool.WorldUI; namespace ShadowStudio.Model { /// /// 下载的组件 /// public class ItemToggle : XRButtonToggle { } }