剧情
This commit is contained in:
15
Assets/Scripts/Story/StoryUI/DialogUI/DialogUIPage.cs
Normal file
15
Assets/Scripts/Story/StoryUI/DialogUI/DialogUIPage.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Ichni.UI;
|
||||
using UnityEngine;
|
||||
using UnityEngine.InputSystem;
|
||||
using UnityEngine.Serialization;
|
||||
|
||||
namespace Ichni.Story.UI
|
||||
{
|
||||
public class DialogUIPage : UIPageBase
|
||||
{
|
||||
public DialogContentFrame dialogContentFrame;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user