rename face-up/face-down events

This commit is contained in:
theelk801 2024-01-17 15:56:11 -05:00
parent c0de1cec19
commit 1a8dce83d0
8 changed files with 14 additions and 14 deletions

View file

@ -430,8 +430,8 @@ public class GameEvent implements Serializable {
MEDITATED,
PHASE_OUT, PHASED_OUT,
PHASE_IN, PHASED_IN,
TURNFACEUP, TURNEDFACEUP,
TURNFACEDOWN, TURNEDFACEDOWN,
TURN_FACE_UP, TURNED_FACE_UP,
TURN_FACE_DOWN, TURNED_FACE_DOWN,
/* OPTION_USED
targetId originalId of the ability that triggered the event
sourceId sourceId of the ability that triggered the event