SpecialAttackSelectorTests PenguinBigFirework Method Delta Engine Documentation

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

public void PenguinBigFirework()
Examples

[Test]
public void PenguinBigFirework()
{
    var player = new Player("", CreepyTowers.Content.Avatars.Penguin);
    player.Avatar.ActivatedSpecialAttack = AvatarAttack.PenguinBigFirework;
    player.Avatar.SpecialAttackAIsActivated = true;
    SpecialAttackSelector.SelectAttack(Vector2D.One);
    Assert.IsFalse(player.Avatar.SpecialAttackAIsActivated);
}
See Also