Hi, i got a problem
I am trying to get a variable from a int "currentValue" in Healthbar class to be the same as a value int "health = 3" in a different class.
So what i am trying, is to get the value in variable" int currentValue; "
to be the same value as the variable int health = 3; in class player
i'm stuck :(