Compare commits

..

2 Commits

Author SHA1 Message Date
6faa42c767 Merge pull request '修改destroy回调警告' (#55) from Alienjack/AxibugEmuOnline:master into master
Reviewed-on: #55
2024-11-21 16:22:27 +08:00
ALIENJACK\alien
797ab0c843 修改destroy回调警告 2024-11-21 16:12:54 +08:00

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);