Files
ichni_Official/Assets/Scripts/Story/StoryUI/StoryUIPage.cs
SoulliesOfficial b9e6a9ab25 剧情
2025-06-13 14:59:58 -04:00

11 lines
165 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ichni.UI
{
public class StoryUIPage : UIPageBase
{
}
}