C# Class eu.sig.training.ch02.Level

Afficher le fichier Open project: oreillymedia/building_maintainable_software

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
IsAnyPlayerAlive ( ) : bool
Level ( IList observers ) : System.Collections.Generic
RemainingPellets ( ) : int
UpdateObservers ( ) : void
UpdateObserversPelletsEaten ( ) : void
UpdateObserversPlayerDied ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void