mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 15:38:24 +00:00
Format code [skip actions]
This commit is contained in:
parent
2b13ea2a82
commit
d5905d6ad8
@ -8,17 +8,23 @@ import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@ResourceType(name = "MonsterSpecialNameExcelConfigData.json", loadPriority = LoadPriority.HIGH)
|
||||
@EqualsAndHashCode(callSuper=false)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Data
|
||||
public class MonsterSpecialNameData extends GameResource {
|
||||
@SerializedName(value = "specialNameId", alternate={"specialNameID"})
|
||||
@SerializedName(
|
||||
value = "specialNameId",
|
||||
alternate = {"specialNameID"})
|
||||
private int specialNameId;
|
||||
@SerializedName(value = "specialNameLabId", alternate={"specialNameLabID"})
|
||||
|
||||
@SerializedName(
|
||||
value = "specialNameLabId",
|
||||
alternate = {"specialNameLabID"})
|
||||
private int specialNameLabId;
|
||||
|
||||
private long specialNameTextMapHash;
|
||||
|
||||
@Override
|
||||
public int getId() {
|
||||
return specialNameId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user