INNER CODE UNIT · C#
HandledException
Blecki/dwarfcorp · DwarfCorp/DwarfGame.cs:20
public class HandledException: Exception
{
public HandledException(Exception e) : base("Exception handled, user aborting", e)
{ }
}
public class DwarfGame : Game
{
public GraphicsDeviceManager Graphics;
public static SpriteBatch SpriteBatch { get; set; }
public Terrain2D ScreenSaver { get; set; }
public static Gui.Input.GumInputMapper GumInputMapper;
public static Gui.Input.Input GumInput;
public static Gui.RenderData GuiSkin;
private static Gui.Root ConsoleGui;
private static bool ConsoleVisible = false;