Added Foundry Points
This commit is contained in:
@@ -9,6 +9,7 @@ import net.runelite.client.config.ConfigSection;
|
||||
public interface EasyGiantsFoundryConfig extends Config {
|
||||
String GROUP = "easygiantsfoundry";
|
||||
String SOUND_ID = "soundID";
|
||||
String POINTS_KEY = "easygiantsfoundrypoints";
|
||||
|
||||
@ConfigSection(
|
||||
name = "Notifications",
|
||||
@@ -219,4 +220,16 @@ public interface EasyGiantsFoundryConfig extends Config {
|
||||
default boolean drawHeatLeft() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "shopPoints",
|
||||
name = "Shop points",
|
||||
description = "Toggle for shop points",
|
||||
position = 5,
|
||||
section = infoPanelList
|
||||
)
|
||||
default boolean drawShopPoints()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user