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

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

parent b8ba9127
Branches
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ import environnement.HitBox; ...@@ -7,6 +7,7 @@ import environnement.HitBox;
public class Coffre { public class Coffre {
private HitBox hitbox; private HitBox hitbox;
public boolean key = true;
public Coffre(HitBox h){ public Coffre(HitBox h){
this.hitbox = h; this.hitbox = h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment