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