新增字段赋值

back_recharge
yuanshuai 2022-03-25 16:55:00 +08:00
parent 9bbcb33469
commit a53c1d8f97
1 changed files with 1 additions and 0 deletions

View File

@ -1136,6 +1136,7 @@ public class PlayerLogic {
.setPosition(heroInfo.getPosition())
.setSkinId(hero.getSkin())
.setGodSoulLv(hero.getGodSoulLv())
.setPropertyId(hero.getPropertyId())
.build());
}
}