mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-03 18:14:18 +02:00
Merge remote-tracking branch 'origin/gui' into gui
This commit is contained in:
@@ -496,7 +496,7 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
|
||||
/**
|
||||
* Retrieves the unique identifier associated with the server connection.
|
||||
*
|
||||
* Checks if a Server is connected and returns {@Code 0} if there is no connection
|
||||
* Checks if a Server is connected and returns 0 if there is no connection
|
||||
*
|
||||
* @return the ID of the connected Server instance.
|
||||
*/
|
||||
|
@@ -58,7 +58,6 @@ public class TestWorld implements GameEventListener {
|
||||
* Konstruktor für die TestWorld.
|
||||
*
|
||||
* @param app Die Hauptanwendung
|
||||
* @param players Die Liste der Spieler mit ihren Figuren
|
||||
*/
|
||||
public TestWorld(MonopolyApp app) {
|
||||
this.app = app;
|
||||
|
Reference in New Issue
Block a user