Files
ichni_Official/Assets/Scripts/UI/Prepare/PrepareUIPage.cs

12 lines
219 B
C#
Raw Normal View History

2025-06-06 10:14:55 -04:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace Ichni.UI
{
public class PrepareUIPage : UIPageBase
{
public Button enterGameButton;
}
}