AgentTests ReceiveBuffOnAttributeItDoesNotHave Method Delta Engine Documentation

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

public void ReceiveBuffOnAttributeItDoesNotHave()
Examples

[Test]
public void ReceiveBuffOnAttributeItDoesNotHave()
{
    Assert.DoesNotThrow(() => creep.ApplyBuff(new BuffEffect("DragonRangeMultiplier")));
}
See Also