Exemplo n.º 1
0
    public void Display()
    {
        string text = trait.GetTraitName() + "\n\n" + Enum.GetName(typeof(RarityOfTrait), trait.GetRarityOfTrait()) + "\n";

        text            += "E:" + trait.GetTraitEnergy() + "\n" + "P:" + currentPrice + "₥" + "\n" + "S:" + currentSympathy + "\n" + "Owned: " + amountOwned;
        description.text = text;
    }