diff --git a/GamePlay/Hitboxes/HitBox.java b/GamePlay/Hitboxes/HitBox.java index 47c9867..3971c62 100644 --- a/GamePlay/Hitboxes/HitBox.java +++ b/GamePlay/Hitboxes/HitBox.java @@ -54,6 +54,10 @@ public class HitBox { } + /* + * @param hb an Hitbox + * @return true if HitBox overlap else return false + */ public Boolean hit(HitBox hb) { Boolean horiz = false; Boolean ver = false;