Refactored spawnStargate, with default implementation in base class
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user