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

Update EnemyObject.java

parent ad66315a
...@@ -2,6 +2,8 @@ public class EnemyObject extends AnimatedObject { ...@@ -2,6 +2,8 @@ public class EnemyObject extends AnimatedObject {
// Used for all enemy objects // Used for all enemy objects
int health;
public EnemyObject(int x, int y) { public EnemyObject(int x, int y) {
super(x, y); super(x, y);
} }
......
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