[Fix] Refactor project
This commit is contained in:
@@ -64,7 +64,7 @@ namespace YachtDice.Inventory
|
||||
|
||||
if (sellPriceText != null) sellPriceText.text = def.SellPrice.ToString();
|
||||
|
||||
bool isActive = _instance.IsActive;
|
||||
var isActive = _instance.IsActive;
|
||||
|
||||
if (activateButton != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user