Files
ichni_Official/Assets/Scripts/UI/Settings/SettingsUIPage.cs
SoulliesOfficial db4d131192 1
2025-06-06 10:14:55 -04:00

11 lines
168 B
C#

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