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

11 lines
173 B
C#

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