mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 12:29:44 +02:00
Getter für den StatusPanel hinzugefügt.
This commit is contained in:
@@ -122,4 +122,7 @@ public class GameInterface extends JFrame {
|
||||
public static JPanel getGamePanel() {
|
||||
return gamePanel;
|
||||
}
|
||||
public static JPanel getStatusPanel() {
|
||||
return statusPanel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user