feat: Death

This commit is contained in:
2026-02-21 13:46:27 +01:00
parent f8f150cdf0
commit 32f8521951
6 changed files with 120 additions and 0 deletions

View File

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