캐릭터 데이터 필드 수정

This commit is contained in:
aube.lee
2025-02-01 23:09:31 +09:00
parent 303cd69bf8
commit 3e6ab55f6e
2 changed files with 34 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ namespace TON
if (players == null)
{
players = new List<PlayerData>();
Debug.LogError("⚠️ Player data loading failed. Check if 'Player.json' exists in Resources folder.");
}
}
}