提交捕捉

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-17 18:29:39 +08:00
parent 62b72bdcfc
commit cb64a6c25f
59 changed files with 4757 additions and 953 deletions

View File

@@ -38,6 +38,11 @@ export default class PlayerPetData extends BaseData{
return this.datas.filter(item => item.petId == petId)[0]
}
//添加宠物
addPet(pet:PlayerPetOV){
this.datas.push(pet);
}
}