Skip to content
Snippets Groups Projects
Commit b2fcc0b0 authored by Votre Nom's avatar Votre Nom
Browse files

Correction de la classe Fire

parent a7db9b96
No related branches found
No related tags found
1 merge request!3Jugurtha
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
package model;
import util.Position;
public class Fire {
private Position position;
public Fire(Position position) {
this.position = position;
}
public Position getPosition() {
return position;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment