CHANGE_COLOR and COLOR_CHANGED events

This commit is contained in:
magenoxx 2012-06-29 13:00:44 +04:00
parent 6e3ee0e6fe
commit ebd92b2a3c
2 changed files with 21 additions and 0 deletions

View file

@ -124,6 +124,7 @@ public class GameEvent {
GAIN_CONTROL, GAINED_CONTROL,
CREATE_TOKEN,
REGENERATE, REGENERATED,
CHANGE_COLOR, COLOR_CHANGED,
//combat events
COMBAT_DAMAGE_APPLIED,