Files
Fishing2/Assets/Scripts/UI/Common/Panel/RewardPanel.cs
2026-03-24 18:01:31 +08:00

11 lines
190 B
C#

// 本脚本只在不存在时会生成一次。已存在不会再次生成覆盖
using UnityEngine;
using NBC;
namespace NBF
{
public partial class RewardPanel : UIPanel
{
}
}