/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.entityreborn.socpuppet.config;
import com.entityreborn.config.YamlConfig;
/**
*
* @author Jason Unger <entityreborn@gmail.com>
*/
public class PluginConfig extends YamlConfig {
public PluginConfig(String file) {
super(file);
}
}