From fd571b09979223416a9320e8be3c38b77f597f6f Mon Sep 17 00:00:00 2001 From: Ino Date: Wed, 10 Sep 2025 17:12:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A8=EB=B2=94=20=EC=98=A4=ED=94=88=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/Popup/AlbumOpenPopup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/Popup/AlbumOpenPopup.cs b/Assets/Scripts/UI/Popup/AlbumOpenPopup.cs index c145297..50ee926 100644 --- a/Assets/Scripts/UI/Popup/AlbumOpenPopup.cs +++ b/Assets/Scripts/UI/Popup/AlbumOpenPopup.cs @@ -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()); }