/**************************************************************************** * 2022.1 SK-20211220VCWK ****************************************************************************/ using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using QFramework; namespace QFramework.MREditor { public partial class SpoitBtn : UIElement { private void Awake() { } protected override void OnBeforeDestroy() { } } }