Stargate getStargate() added to Wall.java.

This commit is contained in:
ericnerdo 2016-05-07 14:51:20 +02:00
parent 1c847c06ae
commit cd5b407fb3
1 changed files with 4 additions and 0 deletions

View File

@ -36,4 +36,8 @@ public class Wall extends Tile {
public void onExit(PlayerBase playerBase) throws IllegalStateException {
throw new IllegalStateException("Hiba! Te hogy kerültél a falba?");
}
public Stargate getStargate() {
return sg;
}
}