C# Class Project290.Menus.MenuDelegates.QuitPauseScreenDelegate

This kills the pause screen.
Inheritance: IMenuDelegate
Exibir arquivo Open project: scastle/Solitude

Public Methods

Method Description
QuitPauseScreenDelegate ( ) : System

Initializes a new instance of the QuitPauseScreenDelegate class.

Run ( ) : void

This kills the pause screen.

Method Details

QuitPauseScreenDelegate() public method

Initializes a new instance of the QuitPauseScreenDelegate class.
public QuitPauseScreenDelegate ( ) : System
return System

Run() public method

This kills the pause screen.
public Run ( ) : void
return void