修复打开背包去现场再返回工具间再去现场 背包东西无法拿出来的BUG

This commit is contained in:
jiangbingqing 2024-09-14 16:24:13 +08:00
parent e859badd0f
commit d22ae82d99
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ namespace ToolsPack
{
gameNumber++;
numberText.text = $"x{gameNumber.ToString()}";
_toolsPackWindowItemBtModels.Add(index, btName);
_toolsPackWindowItemBtModels[index] = btName;
//_toolsPackWindowItemBtModels.Add(index, btName);
}
/// <summary>