diff --git a/src/gameplay/hitboxes/Push_HitBox.java b/src/gameplay/hitboxes/Push_HitBox.java index e7f44f4..c97b52b 100644 --- a/src/gameplay/hitboxes/Push_HitBox.java +++ b/src/gameplay/hitboxes/Push_HitBox.java @@ -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); - } - }