From d817aa485e2497e14fab378f14de12b39a64e82b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 09 二月 2026 11:14:07 +0800
Subject: [PATCH] 0312 装备掉落客户端预设100格子
---
Main/System/Equip/ItemsOnFloor.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Main/System/Equip/ItemsOnFloor.cs b/Main/System/Equip/ItemsOnFloor.cs
index 9f378a5..b948e62 100644
--- a/Main/System/Equip/ItemsOnFloor.cs
+++ b/Main/System/Equip/ItemsOnFloor.cs
@@ -13,8 +13,8 @@
[SerializeField] MoneyMoveByPath moneyMoveByPathCell; //鎺夎惤鐗╅噾閽�
[SerializeField] RectTransform defaultDropRect; //榛樿鎺夎惤浣嶇疆
[SerializeField] Text[] expTexts;
- FloorItemCell[] floorItemCells = new FloorItemCell[20]; //鍖呭惈闈炶澶囩殑鎴樺埄鍝佹帀钀�
- MoneyMoveByPath[] moneyMoveByPathArr = new MoneyMoveByPath[20]; //鎺夎惤璐у竵锛岄噾閽憋紝缁忛獙绛�
+ FloorItemCell[] floorItemCells = new FloorItemCell[100]; //鍖呭惈闈炶澶囩殑鎴樺埄鍝佹帀钀�
+ MoneyMoveByPath[] moneyMoveByPathArr = new MoneyMoveByPath[100]; //鎺夎惤璐у竵锛岄噾閽憋紝缁忛獙绛�
void Awake()
--
Gitblit v1.8.0