public void markStatefulTile(GridCoordinate fTile) {
// TODO Mark tile as stateful
}
public void sfx(int layer, String animation, String graphics, String sound, GridCoordinate xy) {
SFX s = new SFX(animation, graphics, sound, xy);
fDispatcher.sfx(s, layer, xy);
}