Compare commits
2 Commits
a91d404944
...
6faa42c767
| Author | SHA1 | Date | |
|---|---|---|---|
| 6faa42c767 | |||
|
|
797ab0c843 |
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user