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