Update UpdateSetting.cs

This commit is contained in:
Alex-Rachel
2025-03-12 12:13:31 +08:00
parent 6a6caebcff
commit 6a1ea3d9b8

View File

@@ -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" };