1
This commit is contained in:
16
Assets/Scripts/UI/DialogUI/DialogUIPage.cs
Normal file
16
Assets/Scripts/UI/DialogUI/DialogUIPage.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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 TextFrame textFrame;
|
||||
public ChoiceFrame choiceFrame;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user