Skip to content
Snippets Groups Projects
Commit b96c34b7 authored by koz01's avatar koz01
Browse files

Add BulletAnimated.setHitListener

parent 035ff62f
No related merge requests found
...@@ -113,4 +113,8 @@ public class BulletAnimated implements DrawableSimulable, Collisionable{ ...@@ -113,4 +113,8 @@ public class BulletAnimated implements DrawableSimulable, Collisionable{
speed = initialSpeed; speed = initialSpeed;
} }
public void setHitListener(HitListener hitListener) {
this.hitListener = hitListener;
}
} }
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