added more imports for groovy scripts

master
melvin 2013-01-13 10:32:58 +08:00
parent ac9c06f2a5
commit a9341ac5b4
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ public class CardDefinitions {
new CompilerConfiguration().addCompilationCustomizers(
new ImportCustomizer().addStarImports(
"magic.model",
"magic.model.mstatic"
"magic.model.mstatic",
"magic.model.action",
"magic.model.condition",
"magic.model.event"
)
)
);