Biggest update in Tic Tac Toe kind

This commit is contained in:
lieght
2025-09-17 15:08:44 +02:00
parent b070906386
commit 6c0dd220a4
8 changed files with 364 additions and 187 deletions

View File

@@ -129,7 +129,7 @@ public class Events implements IEvents {
/**
* Triggers sending a command to a server.
*/
public record Command(String connectionId, String command, String... args) { }
public record Command(String connectionId, String... args) { }
/**
* Triggers when a command is sent to a server.