[Menu(Main.MODNAME)]
public class Config : ConfigFile
{
[Slider("RR_option", 0, 100, DefaultValue = 0, Step = 1, Format = "{0:F0}", Tooltip = "RR_option_desc")]
public int option = 0;
}
RR_option and RR_option_desc are keys for localized strings. RR_option will be replaced by localized value string but RR_option_desc will not be.
RR_option and RR_option_desc are keys for localized strings. RR_option will be replaced by localized value string but RR_option_desc will not be.