C# Class WarTornLands.Infrastructure.Systems.GameState.States.RunningGameState

Inheritance: BaseGameState
Exibir arquivo Open project: floAr/WarTornLands

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( Microsoft gameTime ) : void

Private Methods

Method Description
BoomPressed ( object sender, EventArgs e ) : void
OpenInventory ( object sender, EventArgs e ) : void
QuitRunningGame ( object sender, EventArgs e ) : void
TestPressed ( object sender, EventArgs e ) : void
UseItemPressed ( object sender, EventArgs e ) : void

Method Details

Draw() public method

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void