diff options
| author | Moulberry <james.jenour@protonmail.com> | 2021-09-02 17:10:13 +0800 |
|---|---|---|
| committer | Moulberry <james.jenour@protonmail.com> | 2021-09-02 17:10:13 +0800 |
| commit | 7cab76126da90f1884c111a1ee589b90a6ef828e (patch) | |
| tree | 22fc3496e5fbfea4f01bcda045c91472bb6e5240 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | 81eea6bf1f653fa194735d892b40614389975dd3 (diff) | |
| download | notenoughupdates-7cab76126da90f1884c111a1ee589b90a6ef828e.tar.gz notenoughupdates-7cab76126da90f1884c111a1ee589b90a6ef828e.tar.bz2 notenoughupdates-7cab76126da90f1884c111a1ee589b90a6ef828e.zip | |
misc & bin warning & sort warning
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java index 98816714..16e6f8cb 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java @@ -245,6 +245,13 @@ public class NEUConfig extends Config { @Expose @Category( + name = "AH BIN Warning", + desc = "AH BIN Warning" + ) + public AuctionHouseBINWarning auctionHouseBINWarning = new AuctionHouseBINWarning(); + + @Expose + @Category( name = "Accessory Bag Overlay", desc = "Accessory Bag Overlay" ) |
