Files
2026-06-12 10:11:36 +08:00

20 lines
257 B
C#

namespace LoveLegend
{
public class GameEndModel : BaseModel
{
#region 生命周期
protected override void OnInit()
{
}
protected override void OnDispose()
{
}
#endregion
}
}