From 23e4b33a0d2d7fe8accdfa56b5ed78aee20cf88e Mon Sep 17 00:00:00 2001 From: Ino Date: Sun, 14 Sep 2025 07:00:47 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=9E=84=20=EC=A0=91=EC=86=8D=20?= =?UTF-8?q?=EC=8B=9C=20=EC=B6=9C=EC=84=9D=EB=B6=80=20=EB=B0=9B=EC=9D=84=20?= =?UTF-8?q?=EA=B1=B0=20=EC=9E=88=EC=9C=BC=EB=A9=B4=20=EB=B0=94=EB=A1=9C=20?= =?UTF-8?q?=EB=9C=A8=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/LobbyUI.cs | 8 ++++++++ Assets/SheGotWet_Memo.txt | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/UI/LobbyUI.cs b/Assets/Scripts/UI/LobbyUI.cs index ad2bfc6..7962cf8 100644 --- a/Assets/Scripts/UI/LobbyUI.cs +++ b/Assets/Scripts/UI/LobbyUI.cs @@ -1,3 +1,4 @@ +using System.Collections; using TMPro; using UnityEngine; @@ -22,6 +23,13 @@ public class LobbyUI : MonoBehaviourSingletonTemplate public Game_Lucky m_Game_Lucky; [SerializeField] GameObject go_shop; + IEnumerator Start() + { + yield return null; + if (SaveMgr.Ins.CanGet_Attandance()) + m_AttandanceUI.Set(); + } + public void OnClick_Button(GameObject btn) { switch (btn.name) diff --git a/Assets/SheGotWet_Memo.txt b/Assets/SheGotWet_Memo.txt index 69003c2..5b277e6 100644 --- a/Assets/SheGotWet_Memo.txt +++ b/Assets/SheGotWet_Memo.txt @@ -1,4 +1,3 @@ -게임 접속 시 출석부 받을 거 있으면 바로 뜨기 -보상 받은 뒤 토스트 보여주기 +사운드 및 BGM 요청 -사운드 및 BGM 요청 \ No newline at end of file +미니게임 만들기 \ No newline at end of file