private void button3_Click(object sender, EventArgs e) { plr.spendCoins(2); label2.Text = "Coins: " + plr.getCoins(); }