하트 데이터 시스템 추가

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

@@ -14,7 +14,7 @@ namespace TON
UIManager.Hide<TitleUI>(UIList.TitleUI);
// 플레이어가 가지고 있는 캐릭터들의 데이터 불러옴
List<PlayerData> players = PlayerDataManager.Singleton.players;
List<PlayerData> players = PlayerDataManager.Singleton.playersData;
if (players.Count == 0)
{