[Fix] Refactor project
This commit is contained in:
@@ -77,7 +77,7 @@ namespace YachtDice.Inventory
|
||||
{
|
||||
if (instance.Definition == null) return;
|
||||
|
||||
int sellPrice = instance.Definition.SellPrice;
|
||||
var sellPrice = instance.Definition.SellPrice;
|
||||
_model.RemoveModifier(instance);
|
||||
|
||||
if (_currencyBank != null)
|
||||
|
||||
Reference in New Issue
Block a user