forked from External/mage
[BLB] Implement Jolly Gerbils
This commit is contained in:
parent
46cd9bb5e7
commit
57503550fe
4 changed files with 84 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue