feat: Finallized communication

This commit is contained in:
2026-01-31 19:46:33 +01:00
parent ef14edffde
commit fc14e4081d
19 changed files with 260 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
package cz.jzitnik.common.socket.messages.game.creation;
import cz.jzitnik.common.socket.SocketMessage;
public class CreateGame implements SocketMessage {
}

View File

@@ -0,0 +1,6 @@
package cz.jzitnik.common.socket.messages.game.creation;
import cz.jzitnik.common.socket.SocketMessage;
public class CreateGameResponse implements SocketMessage {
}