Files

17 lines
253 B
C#
Raw Permalink Normal View History

2026-06-12 10:11:36 +08:00
namespace LoveLegend
{
public class OpenBgModel : BaseModel
{
#region 生命周期
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
#endregion
}
}