MiniGame-PushPush/Assets/Scripts/UI/Loading/UIPanelLoadingIntro.cs
villaingames 99de67444b 테이블 로드 형태 추가, 씬 전환 기능 추가, UI 추가
-임시 로딩 UI, Intro UI 추가
-씬 전환에 따른 UI 컨트롤 기능 수정
2023-10-12 19:12:46 +09:00

19 lines
296 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIPanelLoadingIntro : UIBase
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}