Added GUI with swift.

This commit is contained in:
Ticho Hidding
2025-09-17 17:17:21 +02:00
parent 9538b42cea
commit ef80baae5c
8 changed files with 322 additions and 4 deletions

View File

@@ -110,6 +110,10 @@ public class Events implements IEvents {
*/
public record ChangeConnection(String ip, String port) { }
/**
* Triggers when a cell is clicked in one of the game boards.
*/
public record CellClicked(int cell) {}
}
public static class EventBusEvents {