feat: Multiplayer

This commit is contained in:
2026-02-22 20:37:05 +01:00
parent f7d878f430
commit 3dd2c389b8
4 changed files with 60 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
package cz.jzitnik.common.socket.messages.game;
import cz.jzitnik.common.socket.SocketMessage;
public record GameWin() implements SocketMessage {
}