Methode getGamePanel hinzugefügt

This commit is contained in:
andreas
2014-10-31 13:16:51 +01:00
parent 8f063da8b3
commit 53ed22c930
@@ -149,4 +149,7 @@ public class GameInterface extends JFrame {
} }
public JPanel getGamePanel() {
return this.gamePanel;
}
} }