EffectTests ShowDeathEffect 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 ShowDeathEffect()
Examples

[Test]
public void ShowDeathEffect()
{
    new Command(Command.Click, position => Effects.CreateDeathEffect(position));
}
See Also