From 8fe947281df3eafd1a888bb52bf2a8da1f0a9baf Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:46:47 +1000 Subject: Feature: Show time tower usages and warn when none left (#1506) --- .../hannibal2/skyhanni/data/jsonobjects/repo/HoppityEggLocationsJson.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/data/jsonobjects') 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 1aed17041..b5b4c699e 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,5 +15,6 @@ data class HoppityEggLocationsJson( @Expose val prestigeIndex: Int, @Expose val milestoneIndex: Int, @Expose val leaderboardIndex: Int, + @Expose val timeTowerIndex: Int, @Expose val maxRabbits: Int, ) -- cgit