C# Class IWaveGenerator, Corsair

Mostrar archivo Open project: Final-Parsec/Corsair Class Usage Examples

Protected Properties

Property Type Description
nextWaveNumber int

Public Methods

Method Description
GetWave ( ) : Wave,

Calls MakeWave and returns the generated Wave.

Protected Methods

Method Description
MakeWave ( WaveId waveId ) : Wave,

Makes a Wave when given a WaveId

Method Details

GetWave() public abstract method

Calls MakeWave and returns the generated Wave.
public abstract GetWave ( ) : Wave,
return Wave,

MakeWave() protected method

Makes a Wave when given a WaveId
protected MakeWave ( WaveId waveId ) : Wave,
waveId WaveId The Id of the
return Wave,

Property Details

nextWaveNumber protected_oe property

protected int nextWaveNumber
return int