Add command to get reliquary with specific props (#300)

This commit is contained in:
赤座あかり
2022-04-29 22:31:22 +08:00
committed by GitHub
parent 4c487e22f2
commit 79165aa402
4 changed files with 113 additions and 19 deletions

View File

@@ -244,6 +244,10 @@ public class GameItem {
return mainPropId;
}
public void setMainPropId(int mainPropId) {
this.mainPropId = mainPropId;
}
public List<Integer> getAppendPropIdList() {
return appendPropIdList;
}