mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-30 01:35:24 +00:00
Add alternate name for tranSceneId, and fix inconsistent indentation.
This commit is contained in:
parent
db039cc35b
commit
c4ce6caeba
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user