11 lines
195 B
C#
11 lines
195 B
C#
// 本脚本只在不存在时会生成一次。已存在不会再次生成覆盖
|
|
|
|
using UnityEngine;
|
|
using NBC;
|
|
|
|
namespace NBF
|
|
{
|
|
public partial class VideoEditorPanel : UIPanel
|
|
{
|
|
}
|
|
} |