master #75

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

View File

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