配置表调整修改

This commit is contained in:
2025-10-20 00:01:16 +08:00
parent aa9e7d72f4
commit bd737870d3
62 changed files with 261 additions and 175 deletions

View File

@@ -168,6 +168,7 @@ public static class PlayerItemContainerComponentSystem
ItemBindInfo gearInfo = new ItemBindInfo();
gearInfo.Item = rod;
gearInfo.BindItems.AddRange(rigs);
ret.Add(gearInfo);
}
return ret;