Skip to content

Commit

Permalink
added config links
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderblade73 committed Apr 17, 2024
1 parent 96e5b7f commit 7ccc984
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
import at.hannibal2.skyhanni.config.core.config.Position;
import com.google.gson.annotations.Expose;
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean;
import io.github.notenoughupdates.moulconfig.annotations.ConfigLink;
import io.github.notenoughupdates.moulconfig.annotations.ConfigOption;

public class ReforgeHelperConfig {

@Expose
@ConfigLink(owner = ReforgeHelperConfig.class, field = "enable")
public Position posList = new Position(-200, 85, true, true);
@Expose
@ConfigLink(owner = ReforgeHelperConfig.class, field = "enable")
public Position posCurrent = new Position(280, 45, true, true);

@Expose
Expand Down

0 comments on commit 7ccc984

Please sign in to comment.