master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 797ab0c843 - Show all commits

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);
private void OnDestroy()
protected override void OnDestroy()
{
if (CommandDispatcher.Instance != null)
CommandDispatcher.Instance.UnRegistController(this);