Essentials/Essentials/src/com/earth2me/essentials/yaml/Settings.java

18 lines
324 B
Java

package com.earth2me.essentials.yaml;
import me.snowleo.yaml.YamlClass;
import me.snowleo.yaml.YamlComment;
//@YamlClass
public class Settings //extends SettingsYaml
{
//@YamlComment(comment = "Hello")
protected General test = new General();
protected boolean test3;
boolean test2 = true;
public Settings() {
}
}