mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update UpdateSetting.cs
This commit is contained in:
@@ -59,7 +59,7 @@ namespace TEngine
|
||||
}
|
||||
|
||||
[Header("Auto sync with [HybridCLRGlobalSettings]")]
|
||||
public List<string> HotUpdateAssemblies = new List<string>() { "GameBase.dll", "GameProto.dll", "GameLogic.dll" };
|
||||
public List<string> HotUpdateAssemblies = new List<string>() {"GameProto.dll", "GameLogic.dll" };
|
||||
|
||||
[Header("Need manual setting!")]
|
||||
public List<string> AOTMetaAssemblies = new List<string>() { "mscorlib.dll", "System.dll", "System.Core.dll", "TEngine.Runtime.dll" };
|
||||
|
Reference in New Issue
Block a user