fix: Assert 사용하지 않도록 변경

This commit is contained in:
aube.lee
2025-03-17 02:00:46 +09:00
parent 6e0ea12b9e
commit 54adca4e06
3 changed files with 10 additions and 11 deletions

View File

@@ -76,6 +76,7 @@ namespace TON
float y = 0;
for (int i = 0; i < rankList.Count; i++)
{
Debug.Log($"RankList[{i}]: {rankList[i].nickname}");
ClearData clearData = rankList[i];
RankBoxItem rankBox = Instantiate(rankBoxPrefab, scrollRect.content);