C# Class MoodSwingGame.OpenOptionsScreen

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

Public Methods

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

Private Methods

Method Description
OpenOptionsScreen ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : OpenOptionsScreen
return OpenOptionsScreen

PerformAction() public method

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