11
This commit is contained in:
@@ -11,16 +11,18 @@ namespace Stary.Evo
|
|||||||
{
|
{
|
||||||
public class HotFixState : AbstractFSMIStateAsync
|
public class HotFixState : AbstractFSMIStateAsync
|
||||||
{
|
{
|
||||||
|
|
||||||
public string[] PatchedAOTAssemblyList =
|
public string[] PatchedAOTAssemblyList =
|
||||||
{
|
{
|
||||||
"System.Core.dll",
|
"System.Core.dll",
|
||||||
"UnityEngine.CoreModule.dll",
|
"UnityEngine.CoreModule.dll",
|
||||||
"mscorlib.dll",
|
"mscorlib.dll",
|
||||||
"DOTween.dll",
|
"DOTween.dll",
|
||||||
"com.uifarme.runtime.dll",
|
|
||||||
"UniTask.dll",
|
"UniTask.dll",
|
||||||
"YooAsset.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)
|
public HotFixState(IFsmSystemAsync system) : base(system)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.tools",
|
"name": "com.staryevo.tools",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"displayName": "00.StaryEvo.Tools",
|
"displayName": "00.StaryEvo.Tools",
|
||||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user