package com.bergerkiller.bukkit.common.localization;
public interface ILocalizationDefault {
/**
* Gets the full name of this Localization node
*
* @return Localization name
*/
String getName();
/**
* Gets the default value set for this Localization node
*
* @return Localization default
*/
String getDefault();
}