Added GUI with swift.

This commit is contained in:
Ticho Hidding
2025-09-17 17:17:21 +02:00
committed by lieght
parent 5fcb77fd92
commit e906e812fa
8 changed files with 451 additions and 4 deletions

View File

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