mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
CHANGE_COLOR and COLOR_CHANGED events
This commit is contained in:
parent
6e3ee0e6fe
commit
ebd92b2a3c
2 changed files with 21 additions and 0 deletions
|
@ -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>
|
||||
|
|
@ -124,6 +124,7 @@ public class GameEvent {
|
|||
GAIN_CONTROL, GAINED_CONTROL,
|
||||
CREATE_TOKEN,
|
||||
REGENERATE, REGENERATED,
|
||||
CHANGE_COLOR, COLOR_CHANGED,
|
||||
|
||||
//combat events
|
||||
COMBAT_DAMAGE_APPLIED,
|
||||
|
|
Loading…
Reference in a new issue