앨범 오픈 문구 변경

This commit is contained in:
Ino 2025-09-10 17:12:27 +09:00
parent 33fc31d118
commit fd571b0997
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class AlbumOpenPopup : PopupBase
//var targetindex = GameManager.DB.GetUnlockTargetIndex(true) - 1;
//DB_HuntingListData huntingListData = DB_HuntingListData.GetEntity(targetindex);
//t_.text = $"축하합니다!!\n{huntingListData.DBF_Title} 앨범이 오픈되었습니다.";
t_.text = "축하합니다!!\n새로운 앨범이 오픈되었습니다.";
t_.text = "새로운 여친 앨범이 무료로 개방되었습니다.";
StartCoroutine(Co_Off());
}