feat: 게임 인트로 화면 추가
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user