Skip to content

Commit 62eaa2c

Browse files
InkEcaulineargraph
authored andcommitted
fix: "seconds" but "time" in json file
1 parent 1a6cff7 commit 62eaa2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/github/moulberry/repo/data/NEUKatUpgradeRecipe.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.github.moulberry.repo.data;
22

3+
import com.google.gson.annotations.SerializedName;
34
import lombok.Getter;
45

56
import java.util.ArrayList;
@@ -32,6 +33,7 @@ public class NEUKatUpgradeRecipe implements NEURecipe {
3233
* Time for the pet upgrade in seconds.
3334
*/
3435
@Getter
36+
@SerializedName("time")
3537
long seconds;
3638

3739
@Override

0 commit comments

Comments
 (0)