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

Add BulletAnimated.setHitListener

parent 035ff62f
Branches master
No related merge requests found
Pipeline #88 failed with stages
in 0 seconds
......@@ -113,4 +113,8 @@ public class BulletAnimated implements DrawableSimulable, Collisionable{
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