/// <summary> /// Removes the background screen. /// </summary> public void disableModalGui() { modalGui = null; }
/// <summary> /// Pauses the background screen. /// </summary> /// <param name="gui"></param> public void setModalGui(GUI gui) { modalGui = Interfaces [(int)gui]; }