feat: 게임 인트로 화면 추가

This commit is contained in:
aube.lee
2025-03-09 18:47:20 +09:00
parent 5a4f69249e
commit 0e06fb63a5
20 changed files with 1760 additions and 1149 deletions

View File

@@ -4,11 +4,11 @@ using UnityEngine;
namespace TON
{
public class IntroStoryDataManager : MonoBehaviour
public class IntroStoryDataManager
{
public List<IntroStoryData> introStories { get; private set; }
private void Awake()
public void Initialize()
{
LoadIntroStoryData();
}