C# Class FBClient.Core.SuddenDeath

Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
SuddenDeath ( FinalBomber game, Point pos ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
AllVisited ( ) : bool
NextMapPosition ( ) : Vector2

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

SuddenDeath() public method

public SuddenDeath ( FinalBomber game, Point pos ) : System
game FinalBomber
pos Point
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void