修了不少东西

This commit is contained in:
2026-07-16 23:04:59 +08:00
parent 29972d0705
commit 73fe474cc6
134 changed files with 7673 additions and 741 deletions
@@ -902,7 +902,7 @@ public class equipSmelt : MonoBehaviour
if (!PlayerEconomyLedger.EnsureInstance().HasEnoughCoins(GetStartSmeltCost()))
{
reasonWhy.text = "硬币不足";
reasonWhy.text = "算力不足";
return;
}
}