Getter für den StatusPanel hinzugefügt.

This commit is contained in:
toksikk
2014-11-04 10:46:11 +01:00
parent 41810165cc
commit 005c43168b
@@ -122,4 +122,7 @@ public class GameInterface extends JFrame {
public static JPanel getGamePanel() {
return gamePanel;
}
public static JPanel getStatusPanel() {
return statusPanel;
}
}