人员数据上传更改

This commit is contained in:
lq 2024-12-12 15:34:43 +08:00
parent e34c97432c
commit 693bcf736e

View File

@ -660,6 +660,7 @@ public class Panel : MonoBehaviour
playerList.userId = userId;
playerList.roleId = roleId;
playerList.birthAreaId = areaId;
playerList.chargeAreaId = areaId;
createTemplateInfo.Instance.auth_CreateTemplate.playerList.Add(playerList);
}
}