C# Class DodongosQuest.Screens.Game_Over.GameOverScreen

Inheritance: IScreen
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
Draw ( Microsoft gameTime ) : void
GameOverScreen ( ) : System
Update ( Microsoft gameTime ) : void

Method Details

Draw() public méthode

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void

GameOverScreen() public méthode

public GameOverScreen ( ) : System
Résultat System

Update() public méthode

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void