WaveTests GhostWaveFromLeftToRight Method Delta Engine Documentation

Namespace: GhostWars.Tests
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void GhostWaveFromLeftToRight()
Examples

[Test]
public void GhostWaveFromLeftToRight()
{
    CreateWave(true);
    AdvanceTimeAndUpdateEntities();
}
See Also