diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-30 21:53:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-30 13:53:47 +0200 |
| commit | d595c90008c81adbbb7e072f31543416b263906b (patch) | |
| tree | 5aa83e5d2c95e0ebcfe533d98e680766df877b5d /src/main/java/at/hannibal2/skyhanni/data | |
| parent | ce7fdde67857fd2e0690907e2df756830229b048 (diff) | |
| download | skyhanni-d595c90008c81adbbb7e072f31543416b263906b.tar.gz skyhanni-d595c90008c81adbbb7e072f31543416b263906b.tar.bz2 skyhanni-d595c90008c81adbbb7e072f31543416b263906b.zip | |
Feature: More info on chocolate upgrades (#1594)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt b/src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt index b5b4c699e..7e12607d2 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt @@ -15,6 +15,9 @@ data class HoppityEggLocationsJson( @Expose val prestigeIndex: Int, @Expose val milestoneIndex: Int, @Expose val leaderboardIndex: Int, + @Expose val handCookieIndex: Int, @Expose val timeTowerIndex: Int, + @Expose val shrineIndex: Int, + @Expose val coachRabbitIndex: Int, @Expose val maxRabbits: Int, ) |
