deleted an unused constructor in Push Hitbox
This commit is contained in:
parent
f25769390a
commit
1f0a14bb23
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user