deleted an unused constructor in Push Hitbox

This commit is contained in:
Rémi Rativel 2021-06-09 18:18:44 +02:00
parent f25769390a
commit 1f0a14bb23

View File

@ -5,9 +5,4 @@ public class Push_HitBox extends HitBox {
public Push_HitBox() {
super();
}
public Push_HitBox(Double position_x, Double position_y, Double size_x, Double size_y) {
super(position_x, position_y, size_x, size_y);
}
}