Browse Source

„Bot.java“ ändern

master
Isabella Nawratil 3 months ago
parent
commit
fe1f66715e
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Bot.java

+ 0
- 3
Bot.java 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

Loading…
Cancel
Save