1234567891011121314151617181920212223 |
- /****************************************************************************
- * 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()
- {
- }
- }
- }
|