Replace fields in ConfigGroup with a single value field

This commit is contained in:
takuyakanbr
2018-07-03 13:32:07 +08:00
parent 96e263a4fe
commit 229d7dabfe
80 changed files with 109 additions and 401 deletions

View File

@@ -24,11 +24,7 @@
*/
package net.runelite.client.config;
@ConfigGroup(
keyName = "test",
name = "test",
description = "test"
)
@ConfigGroup("test")
public interface TestConfig
{
@ConfigItem(