C# Class PlayerLifeManager, Cinder

Inheritance: LifeManager
Exibir arquivo Open project: terrypaton1/Cinder Class Usage Examples

Public Methods

Method Description
GivePlayerExtraLife ( ) : void
PlayerLosesALife ( ) : void
ResetPlayerLives ( ) : void
RestartLevel ( ) : void

Private Methods

Method Description
UpdateLivesDisplay ( int value ) : void

Method Details

GivePlayerExtraLife() public method

public GivePlayerExtraLife ( ) : void
return void

PlayerLosesALife() public method

public PlayerLosesALife ( ) : void
return void

ResetPlayerLives() public method

public ResetPlayerLives ( ) : void
return void

RestartLevel() public method

public RestartLevel ( ) : void
return void