Commit c4ce6cae authored by ImmuState's avatar ImmuState Committed by Melledy
Browse files

Add alternate name for tranSceneId, and fix inconsistent indentation.

parent db039cc3
...@@ -20,7 +20,9 @@ public class PointData { ...@@ -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;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment