protected virtual void Update() { if (this == Instances[0]) { if (LeanInput.GetDown(CloseKey) == true) { CloseTopMost(); } } }