Add alternate name for tranSceneId, and fix inconsistent indentation.

This commit is contained in:
ImmuState 2022-06-11 09:49:56 -07:00 committed by Melledy
parent db039cc35b
commit c4ce6caeba

View File

@ -20,7 +20,9 @@ public class PointData {
@SerializedName(value="dungeonRandomList", alternate={"OIBKFJNBLHO"}) @SerializedName(value="dungeonRandomList", alternate={"OIBKFJNBLHO"})
private int[] dungeonRandomList; private int[] dungeonRandomList;
@SerializedName(value="tranSceneId", alternate={"JHBICGBAPIH"})
private int tranSceneId; private int tranSceneId;
public int getId() { public int getId() {
return id; return id;
} }