C# Class Super_Caissiere.States.BackgroundVomitif

Inheritance: System.Entity
Exibir arquivo Open project: valryon/super-caissiere Class Usage Examples

Public Methods

Method Description
BackgroundVomitif ( bool _win ) : System
Clone ( ) : System.Entity
Update ( GameTime gameTime ) : void

Method Details

BackgroundVomitif() public method

public BackgroundVomitif ( bool _win ) : System
_win bool
return System

Clone() public method

public Clone ( ) : System.Entity
return System.Entity

Update() public method

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