I'm a beginner coder and I need help with hp or Health Points.
public class ClassName extends Actor
{
private integer healthPoints = 100; // The '100' can be whatever that Actor starts with
public ClassName() // Constructor
{
}
public void act()
{ // etc.