C# Class MoodSwingGame.OpenMainScreen

Inheritance: ChangeScreen
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : OpenMainScreen
PerformAction ( Microsoft.Xna.Framework.Game game ) : void

Private Methods

Method Description
OpenMainScreen ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : OpenMainScreen
return OpenMainScreen

PerformAction() public method

public PerformAction ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
return void