하트 데이터 시스템 추가

This commit is contained in:
aube.lee
2025-02-04 12:43:50 +09:00
parent b8ed6ebc26
commit b2dcd2ad01
15 changed files with 216 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ namespace TON
public static void SpawnPlayerCharacter()
{
List<PlayerData> playerDatas = PlayerDataManager.Singleton.players;
List<PlayerData> playerDatas = PlayerDataManager.Singleton.playersData;
// 저장된 인덱스 가져오기
int selectedIndex = PlayerPrefs.GetInt("SelectedPlayerIndex", 0);