20 lines
408 B
C#
20 lines
408 B
C#
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;
|
|
// }
|
|
// }
|
|
//}
|
|
}
|