[BLB] Implement Jolly Gerbils

This commit is contained in:
theelk801 2024-07-18 20:47:12 -04:00
parent 46cd9bb5e7
commit 57503550fe
4 changed files with 84 additions and 1 deletions

View file

@ -668,6 +668,12 @@ public class GameEvent implements Serializable {
playerId player who foraged
*/
FORAGED,
/* gave a gift
targetId the player who received the gift
sourceId of the ability
playerId player who gave the gift
*/
GAVE_GIFT,
//custom events
CUSTOM_EVENT
}