StatTests AddBuff Method Delta Engine Documentation

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

public void AddBuff()
Examples

[Test]
public void AddBuff()
{
  stat.ApplyBuff(new BuffEffect("TestHpBuff"));
    Assert.AreEqual(304.0f, stat.Value);
    Assert.AreEqual(304.0f, stat.MaxValue);
}
See Also