mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ProcedureCodeInit.cs
This commit is contained in:
@@ -12,7 +12,7 @@ namespace TEngine.Runtime
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否需要加载热更新DLL
|
/// 是否需要加载热更新DLL
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool NeedLoadDll = false;
|
public bool NeedLoadDll => ResourceComponent.Instance.ResourceMode == ResourceMode.Updatable || ResourceComponent.Instance.ResourceMode == ResourceMode.UpdatableWhilePlaying;
|
||||||
|
|
||||||
private IFsm<IProcedureManager> m_procedureOwner;
|
private IFsm<IProcedureManager> m_procedureOwner;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user