mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
small fix
This commit is contained in:
@@ -62,7 +62,7 @@ public class NetworkEvents extends EventsBase {
|
||||
implements EventWithoutSnowflake {}
|
||||
|
||||
/** Response indicating a game move occurred. */
|
||||
public record GameMoveResponse(long clientId, String player, String details, String move)
|
||||
public record GameMoveResponse(long clientId, String player, String move, String details)
|
||||
implements EventWithoutSnowflake {}
|
||||
|
||||
/** Response indicating it is the player's turn. */
|
||||
|
||||
Reference in New Issue
Block a user