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

Show file Open project: oreillymedia/building_maintainable_software

Public Methods

Method Description
Start ( ) : void

Private Methods

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

Method Details

Start() public method

public Start ( ) : void
return void