mly2023cheat/MainAdvView.Cheat.cs

27 lines
582 B
C#
Raw Normal View History

2023-08-24 14:33:32 +08:00
namespace Mly.Hotfix
{
//public partial class MainAdvView : ICheatOpenStage, ICheatOpenAllStages
//{
// public CheatAdvView CheatView { get; set; }
//}
//public partial class MainAdvView
//{
// private void InitCheatView()
// {
// CheatView = CheatUtil.AddCheatView(this, GameObject);
// }
// private void SetCheatChap()
// {
// if (CheatView != null)
// {
// CheatView.Chap = normal ? normalSSV.AdvChap : hardSSV.AdvChap;
// }
// }
//}
}