public void ClosePlc() { isOpen = false; gameObject.GetComponent <Animation>().Play("open2close"); OnClosed(); guiSystem.CloseModalWindow(); }