test: 개발 테스트용 코드 반영

This commit is contained in:
aube.lee
2025-02-18 23:43:58 +09:00
parent 3f33629c51
commit 706614863f
5 changed files with 55 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ namespace TON
PlayerPrefs.SetInt("SelectedPlayerIndex", 0);
player = playersData[0];
// FIXME: 테스트를 위해 캐릭터 레벨 강제 적용함
// player.level = 15;
player.level = 15;
}
else
{