Docs
This commit is contained in:
@@ -6,7 +6,7 @@ import io.anuke.mindustry.*;
|
|||||||
|
|
||||||
public abstract class Plugin{
|
public abstract class Plugin{
|
||||||
|
|
||||||
/** @return the config file for this plugin.*/
|
/** @return the config file for this plugin, as the file 'plugins/[plugin-name]/config.json'.*/
|
||||||
public FileHandle getConfig(){
|
public FileHandle getConfig(){
|
||||||
return Vars.plugins.getConfig(this);
|
return Vars.plugins.getConfig(this);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=173c53ecebbaa0ef86371e8ec9500357f0cf870a
|
archash=1fda7fc4ed52e00fdbd6b9a5fab9af6add78dc63
|
||||||
|
|||||||
Reference in New Issue
Block a user