2025-06-06 10:14:55 -04:00
|
|
|
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
|
|
|
|
|
{
|
2025-06-13 14:59:58 -04:00
|
|
|
public DialogContentFrame dialogContentFrame;
|
2025-06-06 10:14:55 -04:00
|
|
|
}
|
|
|
|
|
}
|