fix: 테스트 코드 수정
This commit is contained in:
@@ -76,7 +76,6 @@ 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user