forked from sin365/AxibugEmuOnline
Compare commits
No commits in common. "797ab0c8438b9aa495123f04d5a9c3edf2e3e652" and "5dae909fa283df21ffe69e92975fa826ea97cb80" have entirely different histories.
797ab0c843
...
5dae909fa2
@ -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);
|
||||||
|
|
||||||
|
|
||||||
protected override void OnDestroy()
|
private void OnDestroy()
|
||||||
{
|
{
|
||||||
if (CommandDispatcher.Instance != null)
|
if (CommandDispatcher.Instance != null)
|
||||||
CommandDispatcher.Instance.UnRegistController(this);
|
CommandDispatcher.Instance.UnRegistController(this);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user