implement [PIP] Raul, Trouble Shooter

This commit is contained in:
Susucre 2024-05-01 15:08:28 +02:00
parent 2e7c2dbaae
commit 0884d7d4f6
4 changed files with 280 additions and 0 deletions

View file

@ -102,6 +102,10 @@ public class GameEvent implements Serializable {
*/
CLASH, CLASHED,
DAMAGE_PLAYER,
/* MILL_CARDS
playerId the id of the player milling the card (not the source's controller)
targetId the id of the card milled
*/
MILL_CARDS,
MILLED_CARD,
MILLED_CARDS,