protected override void OnEnable() { base.OnEnable(); instance = this; }
private static void ShowWindow() { instance = GetWindow <PanelEditor>(nameof(Evesoft), true, typeof(EditorWindow)); instance.Refresh(); instance.Show(); }