Hey so i have made a base class for all my buildings so the all get these things but about this is about the prices to build a building should i write it in the base class and then in the inspector write how much they cost or should i write it in the script for the building so i do it on every building scrip?
public string buildingName;
public string buildingID;
public int health;
public int deathHealth;
public int startLVL;
public int currentLVL;
public int maxLVL;
public float priceGold, priceWood, priceStone, priceCoal, priceCopper, priceIron, priceDiamond;