using System.Collections; using System.Collections.Generic; using UnityEngine; using Noah; public class UI_Scene : UI_Base { public override bool Init() { if (base.Init() == false) return false; Managers.UI.SetCanvas(gameObject, false); return true; } }