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"})
private int[] dungeonRandomList;
@SerializedName(value="tranSceneId", alternate={"JHBICGBAPIH"})
private int tranSceneId;
public int getId() {
return id;
}