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