C# Class Project290.Menus.MenuDelegates.GoToTitleDelegate

This pops the most recent screen off of the screen stack of GameWorld.
Inheritance: IMenuDelegate
Exibir arquivo Open project: scastle/Solitude

Public Methods

Method Description
GoToTitleDelegate ( ) : System

Initializes a new instance of the GoToTitleDelegate class.

Run ( ) : void

Runs this instance. This pops the most recent screen off of the screen stack of GameWorld.

Method Details

GoToTitleDelegate() public method

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

Run() public method

Runs this instance. This pops the most recent screen off of the screen stack of GameWorld.
public Run ( ) : void
return void