Game receives commands

This commit is contained in:
lieght
2025-09-16 22:35:26 +02:00
parent 45159ec659
commit c52311bedc
6 changed files with 231 additions and 97 deletions

View File

@@ -115,6 +115,8 @@ public class Events implements IEvents {
*/
public record StartConnectionRequest(String ip, String port, CompletableFuture<String> future) {}
// public record StartGameConnectionRequest(String ip, String port, CompletableFuture<String> future) {}
/**
* Triggers when a connection to a server is established.
*