mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-09 10:18:40 +07:00
Make Mod an abstract class (#5155)
This commit is contained in:
parent
e8e23961f4
commit
451568d5b2
@ -4,7 +4,7 @@ import arc.files.*;
|
||||
import arc.util.*;
|
||||
import mindustry.*;
|
||||
|
||||
public class Mod{
|
||||
public abstract class Mod{
|
||||
/** @return the config file for this plugin, as the file 'mods/[plugin-name]/config.json'.*/
|
||||
public Fi getConfig(){
|
||||
return Vars.mods.getConfig(this);
|
||||
|
Loading…
Reference in New Issue
Block a user