IndieGame/client/Assets/Scripts/AutoGenerated/FrameBase/BackPackFrameBase.cs
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

20 lines
469 B
C#

//=================================================== 代码自动创建,禁止手动修改 ===================================================
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
namespace Ether
{
public class BackPackFrameBase : FrameBase
{
public override string PrefabPath { get; } = "Prefabs/Frames/BackPack/BackPackFrame";
protected override void OnInit()
{
}
}
}