23 lines
404 B
Java
23 lines
404 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class pTr {
|
||
|
|
||
|
@SerializedName("currentTierIndex")
|
||
|
public int a;
|
||
|
|
||
|
@SerializedName("nextTierIndex")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("isWowActive")
|
||
|
public boolean c;
|
||
|
|
||
|
@SerializedName("spending")
|
||
|
public double d;
|
||
|
|
||
|
@SerializedName("previousTierIndex")
|
||
|
public int e;
|
||
|
}
|