Compare commits

..

No commits in common. "6faa42c7672196f0a1cace73cdb602fd702bb536" and "a91d404944f6730d362eab24df93d6fbd4bebdd7" have entirely different histories.

View File

@ -92,7 +92,7 @@ namespace AxibugEmuOnline.Client
else
CommandDispatcher.Instance.UnRegistController(this);
if (!value)
if(!value)
ResetPulsInvoker();
}
}
@ -100,7 +100,7 @@ namespace AxibugEmuOnline.Client
public abstract void Init(List<T> menuDataList);
protected override void OnDestroy()
private void OnDestroy()
{
if (CommandDispatcher.Instance != null)
CommandDispatcher.Instance.UnRegistController(this);