mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 09:59:45 +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() {
|
public static JPanel getGamePanel() {
|
||||||
return gamePanel;
|
return gamePanel;
|
||||||
}
|
}
|
||||||
|
public static JPanel getStatusPanel() {
|
||||||
|
return statusPanel;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user