Skip to content
Snippets Groups Projects
Commit 2444bf6f authored by LACOTE Bruno's avatar LACOTE Bruno
Browse files

Update MAVENProject/src/main/java/map/Coffre.java

parent fd6c6ca7
No related branches found
No related tags found
No related merge requests found
package map;
import environnement.HitBox;
public class Coffre {
private HitBox hitbox;
public Coffre(HitBox h){
this.hitbox = h;
}
public HitBox getHitbox() {
return hitbox;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment