feat: 게임 플레이어 로그인 후 재화 데이터 가져오도록 적용

This commit is contained in:
aube.lee
2025-02-27 22:40:53 +09:00
parent ae4b555dd5
commit fca3a699c6
8 changed files with 213 additions and 14 deletions

View File

@@ -62,7 +62,8 @@ namespace TON
if (isSuccess)
{
Debug.Log("로그인 성공!");
// 게임 시작 로직은 Main.cs에서 처리
PlayerDataManager.Singleton.Initalize();
}
else
{