diff options
author | MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> | 2022-07-30 00:50:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 08:50:21 +0100 |
commit | d9f699f340a354fb22dea7032bbe4da78a592049 (patch) | |
tree | c23c0c88372e6c2df49bdb6b756be1e5cbdded33 /api/OneConfig.api | |
parent | d53074b9ae78932ab97d6cd428557c6ec0b96a48 (diff) | |
download | OneConfig-d9f699f340a354fb22dea7032bbe4da78a592049.tar.gz OneConfig-d9f699f340a354fb22dea7032bbe4da78a592049.tar.bz2 OneConfig-d9f699f340a354fb22dea7032bbe4da78a592049.zip |
add dropper locraw (#78)
* add dropper locraw
* Update OneConfig.api
Co-authored-by: Wyvest <45589059+Wyvest@users.noreply.github.com>
Diffstat (limited to 'api/OneConfig.api')
-rw-r--r-- | api/OneConfig.api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/OneConfig.api b/api/OneConfig.api index b2077b8..3302d86 100644 --- a/api/OneConfig.api +++ b/api/OneConfig.api @@ -1637,6 +1637,7 @@ public final class cc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType : ja public static final field BUILD_BATTLE Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; public static final field CLASSIC_GAMES Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; public static final field COPS_AND_CRIMS Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; + public static final field DROPPER Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; public static final field DUELS Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; public static final field HOUSING Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; public static final field LIMBO Lcc/polyfrost/oneconfig/utils/hypixel/LocrawInfo$GameType; |