펫 프리팹 경로

This commit is contained in:
Ino 2025-04-28 09:02:12 +09:00
parent efda602b92
commit c3cc25da20
4 changed files with 8 additions and 2 deletions

View File

@ -5,4 +5,9 @@ https://www.notion.so/devlucas/1d5e9deec1718087aac3ca496826d2c4#1e0e9deec1718017
https://www.notion.so/devlucas/1d2e9deec17180fa90c8f43f99ec16c2#1e0e9deec1718037af0ec3111e76f669
미션
https://www.notion.so/devlucas/1b3e9deec17180428860fb00520bd1d3#1e0e9deec17180b982e3c5d9481de5bc
https://www.notion.so/devlucas/1b3e9deec17180428860fb00520bd1d3#1e0e9deec17180b982e3c5d9481de5bc
추가 컨텐츠
https://www.notion.so/devlucas/e44d3dd251274d7faa53dab3a6971034#1e2e9deec171807ca538ce0a51382028

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -151,6 +151,7 @@ public class table_petlist : table_missionbase
for (int i = 0; i < Get_DataList().Count; i++)
{
var temp = Get_DataList()[i];
temp.s_PetPrefab = $"Assets/Res_Addr/Pet/{temp.s_PetPrefab}.prefab";
dic_Data.Add(temp.n_PetID, temp);
}