using UnityEngine; public class UI_Scene : UI_Base { void Start() { } void Update() { } }