27 lines
582 B
C#
27 lines
582 B
C#
|
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;
|
|||
|
// }
|
|||
|
// }
|
|||
|
//}
|
|||
|
}
|