mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Added GUI with swift.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user