This commit is contained in:
huyulong 2024-12-12 15:37:42 +08:00
commit 82ab009094

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);
}
}