分解装备 穿戴或卸载装备 装备打孔 宝石镶嵌 宝石合成 宝石卸下

This commit is contained in:
mamengke01
2020-12-17 21:43:12 +08:00
parent d2097a4264
commit 1005b14abc
11 changed files with 266 additions and 107 deletions

View File

@@ -173,4 +173,9 @@ export function getJobByGradeAndClass(jobClass: number, grade: number) {
export function getFriendShipById(shipId: number, level: number) {
return gameData.friendShips.get(shipId +'_' + level);
}
}
export function getGoodById(gid:number) {
return gameData.goods.get(gid);
}