修了不少东西
This commit is contained in:
@@ -902,7 +902,7 @@ public class equipSmelt : MonoBehaviour
|
||||
|
||||
if (!PlayerEconomyLedger.EnsureInstance().HasEnoughCoins(GetStartSmeltCost()))
|
||||
{
|
||||
reasonWhy.text = "硬币不足";
|
||||
reasonWhy.text = "算力不足";
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user