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

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.mage:mage:0.8.6" level="project" />
<orderEntry type="library" name="Maven: log4j:log4j:1.2.14" level="project" />
<orderEntry type="module" module-name="mage-player-ai" />
<orderEntry type="module" module-name="mage-sets" />
<orderEntry type="library" name="Maven: junit:junit:4.8.2" level="project" />
</component>
</module>

View file

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