C# Class Dodgeball.Game.WinState

Inheritance: GameState
Mostrar archivo Open project: schonstal/BLOODBALL

Public Methods

Method Description
Create ( ) : void
Draw ( ) : void
Update ( ) : void

Private Methods

Method Description
fancySwitchState ( GameState state ) : void

Method Details

Create() public method

public Create ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

Update() public method

public Update ( ) : void
return void