Commit ad66315a authored by charlie.hamer's avatar charlie.hamer 💬

Update EnemyObject.java

parent 0c126834
......@@ -20,4 +20,10 @@ public class EnemyObject extends AnimatedObject {
public void processAI() {
// uses the AI to determine the enemy's actions
}
private void getHealth() {
// returns the health
}
private void sethealth() {
// sets the health variable
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment