20 lines
493 B
C#
Raw Normal View History

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