狗屎Minimax坏我代码
This commit is contained in:
@@ -34,6 +34,11 @@ namespace Cielonos.MainGame.Characters.Inventory
|
||||
{
|
||||
if (upgradeMode == UpgradeMode.ManualList)
|
||||
{
|
||||
if (valueList.Count == 0)
|
||||
{
|
||||
return defaultUpgradeValue * level;
|
||||
}
|
||||
|
||||
if (level < valueList.Count)
|
||||
{
|
||||
return valueList[level];
|
||||
|
||||
Reference in New Issue
Block a user