mly2023cheat/EventQuestView.Cheat.cs

20 lines
408 B
C#
Raw Normal View History

2023-08-24 14:33:32 +08:00
namespace Mly.Hotfix
{
//public partial class EventQuestView : ICheatOpenStage
//{
// public CheatAdvView CheatView { get; set; }
//}
//public partial class EventQuestView
//{
// public void SetCheatChap(LocalAdvChap chap)
// {
// if (CheatView != null)
// {
// CheatView.Chap = chap;
// }
// }
//}
}