add docs for ZONE_CHANGE_GROUP usage

This commit is contained in:
xenohedron 2024-03-02 22:36:39 -05:00
parent 23d247b3e0
commit 5d0cd6837a

View file

@ -72,8 +72,8 @@ public class GameEvent implements Serializable {
flag not used for this event
*/
ZONE_CHANGE,
ZONE_CHANGE_GROUP,
ZONE_CHANGE_BATCH,
ZONE_CHANGE_GROUP, // between two specific zones only; TODO: rework all usages to ZONE_CHANGE_BATCH instead, see #11895
ZONE_CHANGE_BATCH, // all zone changes that occurred from a single effect
DRAW_CARDS, // event calls for multi draws only (if player draws 2+ cards at once)
DRAW_CARD, DREW_CARD,
EXPLORE, EXPLORED, // targetId is exploring permanent, playerId is its controller