From b1b9a387a63e1ce77cf387b90ec170c7a05bb53b Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 03 十二月 2025 18:29:38 +0800
Subject: [PATCH] 125 战斗 替换加载蓝队逻辑 统一替换引用计数
---
Main/Core/ResModule/ScriptableObjectLoader.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/Core/ResModule/ScriptableObjectLoader.cs b/Main/Core/ResModule/ScriptableObjectLoader.cs
index 8ef9e54..72900fa 100644
--- a/Main/Core/ResModule/ScriptableObjectLoader.cs
+++ b/Main/Core/ResModule/ScriptableObjectLoader.cs
@@ -8,7 +8,7 @@
public class ScriptableObjectLoader
{
- public const string bundleName = "scriptableobjects";
+ public const string bundleName = "config/scriptableobject";
public const string SoNewBieGuide_Suffix = "NewBieGuideStep_";
--
Gitblit v1.8.0