Skip to content
Snippets Groups Projects
Commit c1f9e7ab authored by Sarah CHERCHEM's avatar Sarah CHERCHEM
Browse files

FireBehavior : add the methode updateFires

parent f01836c5
No related branches found
No related tags found
No related merge requests found
package model;
import util.Position;
import java.util.List;
import java.util.Map;
public interface FireBehavior {
public List<Position> updateFires(int step, Map<Position, List<Position>> neighbors);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment