Exemplo n.º 1
0
    public void Add_Coins(uint amt)
    {
        Perks p = FindObjectOfType <Perks>();

        earned_coins += amt * (uint)p.goldMult();
        this.calls++;
    }