mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 18:57:39 +07:00
arc
This commit is contained in:
parent
e214a8e7c0
commit
5f3c10e397
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=e151bac7925323f24932ff3ae3f9eacfd6d3a268
|
||||
archash=b3d3fc19560148f16b58ac7e04903f9db4f56912
|
||||
|
@ -31,8 +31,7 @@ public class ScriptStubGenerator{
|
||||
Array<String> nopackage = Array.with("java.lang", "java");
|
||||
|
||||
String fileTemplate = "package mindustry.mod;\n" +
|
||||
"\n" +
|
||||
"import arc.struct.*;\n" +
|
||||
"\nimport arc.struct.*;\n" +
|
||||
"//obviously autogenerated, do not touch\n" +
|
||||
"public class ClassAccess{\n" +
|
||||
"\tpublic static final ObjectSet<String> allowedClassNames = ObjectSet.with($ALLOWED_CLASS_NAMES$);\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user