protected override void Awake() { if (!HighLogic.LoadedSceneIsGame || QGUI.Instance != null) { Destroy(this); } Instance = this; if (BlizzyToolbar == null) { BlizzyToolbar = new QBlizzyToolbar(); } Log("Awake", "QGUI"); }