C# Class Swordening.GameStateHandler

Exibir arquivo Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Public Methods

Method Description
GameStateHandler ( SwordeningGame game ) : System

Constructs the handler.

Private Methods

Method Description
ChangeGameState ( GameStates newState ) : void

Switches to a different state.

InitializeGameState ( GameStates gameState ) : void

Initializes the game state.

Method Details

GameStateHandler() public method

Constructs the handler.
public GameStateHandler ( SwordeningGame game ) : System
game SwordeningGame the XNA game
return System