using System.Collections; using System.Collections.Generic; using UnityEngine; interface IWindowState { bool IsInitOver { get; set; } void OnEnterPreInitWindows(); void OnExitPreInitWindows(); }