added more imports for groovy scripts
parent
ac9c06f2a5
commit
a9341ac5b4
|
@ -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"
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue