2025-02-12 08:43:33 +08:00

21 lines
518 B
C#

using RenderHeads.Media.AVProVideo;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using ZXK.Framework;
/*******************************************************************************
*Create By CG
*Function
*******************************************************************************/
namespace ZXK.BYSS
{
public class BYSSDebugPanel : DebugPanel
{
protected override void Start()
{
base.Start();
}
}
}