mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Refactored TicTacToe game to be able to run multiple instances on a server
This commit is contained in:
@@ -90,6 +90,8 @@ public class Events implements IEvents {
|
||||
|
||||
public record ServerStarted(String uuid, String port) {}
|
||||
|
||||
public record StartTicTacToeGame(String id, String port) {}
|
||||
|
||||
/**
|
||||
*
|
||||
* Triggers starting a server connection.
|
||||
|
||||
Reference in New Issue
Block a user