Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
c4ce6cae
Commit
c4ce6cae
authored
Jun 11, 2022
by
ImmuState
Committed by
Melledy
Jun 11, 2022
Browse files
Add alternate name for tranSceneId, and fix inconsistent indentation.
parent
db039cc3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/common/PointData.java
View file @
c4ce6cae
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment