23 lines
551 B
C#
Raw Normal View History

2025-02-12 08:43:33 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using ZXK.Framework;
using ZXK.UTility;
using DG.Tweening;
using UnityEngine.UI;
using RenderHeads.Media.AVProVideo;
/*******************************************************************************
*Create By CG
*Function
*******************************************************************************/
namespace ZXK.BYSS
{
public class XHBYDebugPanel : DebugPanel
{
protected override void Start()
{
base.Start();
}
}
}