AddUpgradeValue
Summary
public void AddUpgradeValue(string upgrade, float defaultValue)
Preferred way of registering a block for upgrades Adding directly to the dictionary can have unintended consequences when multiple mods are involved.
public void AddUpgradeValue(string upgrade, float defaultValue)
Preferred way of registering a block for upgrades Adding directly to the dictionary can have unintended consequences when multiple mods are involved.