This commit is contained in:
2025-09-02 14:15:18 +08:00
parent 796c8d845d
commit 8872c20cf2
34 changed files with 2024 additions and 695 deletions

View File

@@ -9,7 +9,7 @@ using YooAsset;
namespace Stary.Evo
{
public class HotFixState : AbstractFSMIState
public class HotFixState : AbstractFSMIStateAsync
{
public string[] PatchedAOTAssemblyList = new string[]
{
@@ -24,7 +24,7 @@ namespace Stary.Evo
"com.stary.evo.runtime.dll"
};
public HotFixState(IFsmSystem system) : base(system)
public HotFixState(IFsmSystemAsync system) : base(system)
{
}