private static void ShowWindow() { var w = GetWindow <KLDebugWindow>(false, "Krilloud - Contract Info", true); w.minSize = new Vector2(350, 350); w.maxSize = new Vector2(350, 500); w.m_contractCache = KLEditorCore.GetContractCopy(); }
private void RefreshCore() { KLEditorCore.RefreshCore(); m_isDirty = false; }