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
a25c6812
Unverified
Commit
a25c6812
authored
Aug 25, 2022
by
Melledy
Browse files
Update `AvatarCostumeData` naming
parent
0c906aa4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/excels/AvatarCostumeData.java
View file @
a25c6812
...
...
@@ -8,7 +8,8 @@ import emu.grasscutter.data.ResourceType;
public
class
AvatarCostumeData
extends
GameResource
{
private
int
costumeId
;
private
int
itemId
;
private
int
avatarId
;
private
int
characterId
;
private
int
quality
;
@Override
public
int
getId
()
{
...
...
@@ -19,8 +20,12 @@ public class AvatarCostumeData extends GameResource {
return
this
.
itemId
;
}
public
int
getAvatarId
()
{
return
avatarId
;
public
int
getCharacterId
()
{
return
characterId
;
}
public
int
getQuality
()
{
return
quality
;
}
@Override
...
...
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