reloadDelayCount is underline in red. What's wrong with it? What am I missing? Does this method delay an action?
public Ship ()
{
reloadDelayCount = 5;
Vector intial = new Vector(Greenfoot.getRandomNumber(360), .6);
setRotation(270);
}


