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
52a3f957
Commit
52a3f957
authored
May 30, 2022
by
line-bear
Committed by
Melledy
May 30, 2022
Browse files
Fix starglitter/stardust exchange error (#1108)
parent
e9a7032c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/common/ItemParamData.java
View file @
52a3f957
...
...
@@ -3,10 +3,10 @@ package emu.grasscutter.data.common;
import
com.google.gson.annotations.SerializedName
;
public
class
ItemParamData
{
@SerializedName
(
value
=
"
I
d"
,
alternate
={
"itemId"
})
@SerializedName
(
value
=
"
i
d"
,
alternate
={
"itemId"
})
private
int
id
;
@SerializedName
(
value
=
"
C
ount"
,
alternate
={
"itemCount"
})
@SerializedName
(
value
=
"
c
ount"
,
alternate
={
"itemCount"
})
private
int
count
;
public
ItemParamData
()
{}
...
...
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