캐릭터 저장 로직 적용

This commit is contained in:
aube.lee
2025-02-01 23:09:57 +09:00
parent 3e6ab55f6e
commit a6eeb34e90
3 changed files with 14 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ namespace TON
public void OnClickPlayButton()
{
PlayerPrefs.SetInt("SelectedPlayerIndex", currentSelectCharacterIndex);
Debug.Log(currentSelectCharacterIndex);
}