11
This commit is contained in:
@@ -11,16 +11,18 @@ namespace Stary.Evo
|
||||
{
|
||||
public class HotFixState : AbstractFSMIStateAsync
|
||||
{
|
||||
|
||||
public string[] PatchedAOTAssemblyList =
|
||||
{
|
||||
"System.Core.dll",
|
||||
"UnityEngine.CoreModule.dll",
|
||||
"mscorlib.dll",
|
||||
"DOTween.dll",
|
||||
"com.uifarme.runtime.dll",
|
||||
"UniTask.dll",
|
||||
"YooAsset.dll",
|
||||
"com.stary.evo.runtime.dll"
|
||||
"com.stary.evo.runtime.dll",
|
||||
"com.staryevo.tools.runtime.dll",
|
||||
"mscorlib.dll"
|
||||
};
|
||||
|
||||
public HotFixState(IFsmSystemAsync system) : base(system)
|
||||
|
||||
Reference in New Issue
Block a user