Fixed broken blocks not updating path

This commit is contained in:
Anuken
2018-05-02 17:26:20 -04:00
parent 496498b913
commit 42b3b19a57
3 changed files with 22 additions and 9 deletions
@@ -30,6 +30,10 @@ public class EventType {
void handle(Tile tile);
}
public interface TileRemoveEvent extends Event{
void handle(Tile tile, Team oldTeam);
}
public interface StateChangeEvent extends Event{
void handle(State from, State to);
}