„Bot.java“ ändern

This commit is contained in:
Isabella Nawratil 2024-02-04 21:15:10 +00:00
parent 76006c007b
commit fe1f66715e

View File

@ -24,9 +24,6 @@ public abstract class Bot {
port = args.length > 1 ? Integer.parseInt(args[1]) : 63187;
}
public void startCommunication() {
// Implementiere die Logik für die Verbindung und Kommunikation mit dem Server
}
// Diese Methode stellt die Verbindung zum Server her und startet die