Custom Sky
This commit is contained in:
parent
9eb993f154
commit
754fb0ef92
13 changed files with 339 additions and 7 deletions
|
@ -1,7 +1,12 @@
|
|||
package ru.betterend.config;
|
||||
|
||||
import ru.betterend.BetterEnd;
|
||||
import ru.betterend.config.ConfigKeeper.*;
|
||||
import ru.betterend.config.ConfigKeeper.BooleanEntry;
|
||||
import ru.betterend.config.ConfigKeeper.Entry;
|
||||
import ru.betterend.config.ConfigKeeper.FloatEntry;
|
||||
import ru.betterend.config.ConfigKeeper.IntegerEntry;
|
||||
import ru.betterend.config.ConfigKeeper.RangeEntry;
|
||||
import ru.betterend.config.ConfigKeeper.StringEntry;
|
||||
|
||||
public abstract class Config {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue