Refactored spawnStargate, with default implementation in base class

This commit is contained in:
Bokros Bálint
2016-05-13 18:14:14 +02:00
committed by Kjistóf
parent 78b7645bfe
commit 314428b273
6 changed files with 7 additions and 22 deletions

View File

@ -11,11 +11,6 @@ public class Gap extends cicaprojekt.Tile {
return true;
}
@Override
public void spawnStargate(cicaprojekt.Stargate stargate, Direction direction) {
adjacentTile.get(direction).spawnStargate(stargate, direction);
}
public void onEntry(PlayerBase playerBase) {
playerBase.destroy();
}