Stargate getStargate() added to Wall.java.
This commit is contained in:
parent
1c847c06ae
commit
cd5b407fb3
@ -36,4 +36,8 @@ public class Wall extends Tile {
|
|||||||
public void onExit(PlayerBase playerBase) throws IllegalStateException {
|
public void onExit(PlayerBase playerBase) throws IllegalStateException {
|
||||||
throw new IllegalStateException("Hiba! Te hogy kerültél a falba?");
|
throw new IllegalStateException("Hiba! Te hogy kerültél a falba?");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Stargate getStargate() {
|
||||||
|
return sg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user