Skip to content
Snippets Groups Projects
Commit 03a673c4 authored by ousseyn01's avatar ousseyn01
Browse files

Interface TerrainElement.java is CREATED for route and Rocaille

parent e99ff3fe
No related branches found
No related tags found
No related merge requests found
package model;
import util.Position;
public interface TerrainElement {
Position getPosition();
boolean isTraversableByFirefighter();
int getFirePropagationDelay();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment