12 lines
187 B
C#
12 lines
187 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using Ichni.UI;
|
|
using UnityEngine;
|
|
|
|
namespace Ichni.Story.UI
|
|
{
|
|
public class StoryUIPage : UIPageBase
|
|
{
|
|
|
|
}
|
|
} |