Changed hit function to be coherent with the attribut pushHitBox in

Frame
This commit is contained in:
keizaal
2021-05-27 15:54:26 +02:00
parent e52f8e890e
commit 43146a3aab
2 changed files with 7 additions and 6 deletions

View File

@ -15,6 +15,7 @@ public class Frame {
private ArrayList<Active_HitBox> actHitBox;
private ArrayList<Passive_throw_HitBox> passThrowHitBox;
private ArrayList<Active_throw_Hitbox> actThrowHitBox;
private Push_HitBox pushHitBox;
public Frame() {