24 lines
532 B
C#
24 lines
532 B
C#
|
namespace Mly.Hotfix
|
|||
|
{
|
|||
|
//public partial class FreeAdvView : ICheatOpenStage
|
|||
|
//{
|
|||
|
// public CheatAdvView CheatView { get; set; }
|
|||
|
//}
|
|||
|
|
|||
|
//public partial class FreeAdvView
|
|||
|
//{
|
|||
|
// private void InitCheatView()
|
|||
|
// {
|
|||
|
// CheatView = CheatUtil.AddCheatView(this, GameObject);
|
|||
|
// }
|
|||
|
|
|||
|
// private void SetCheatChap(LocalAdvChap chap)
|
|||
|
// {
|
|||
|
// if (CheatView != null)
|
|||
|
// {
|
|||
|
// CheatView.Chap = chap;
|
|||
|
// }
|
|||
|
// }
|
|||
|
//}
|
|||
|
}
|