mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 03:45:10 +01:00
Support giftPackage BatchUse
Co-authored-by: pris <lilch1022@hotmail.com>
This commit is contained in:
@@ -58,9 +58,6 @@ public class GameItem {
|
||||
// Relic
|
||||
private int mainPropId;
|
||||
private List<Integer> appendPropIdList;
|
||||
|
||||
// shopMailBox
|
||||
private int rewardBoxId;
|
||||
|
||||
private int equipCharacter;
|
||||
@Transient private int weaponEntityId;
|
||||
@@ -251,14 +248,6 @@ public class GameItem {
|
||||
this.mainPropId = mainPropId;
|
||||
}
|
||||
|
||||
public int getRewardBoxId() {
|
||||
return rewardBoxId;
|
||||
}
|
||||
|
||||
public void setRewardBoxId(int rewardBoxId) {
|
||||
this.rewardBoxId = rewardBoxId;
|
||||
}
|
||||
|
||||
public List<Integer> getAppendPropIdList() {
|
||||
return appendPropIdList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user