AgentTests AdjustStatDownwards 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 AdjustStatDownwards()
Examples

[Test, CloseAfterFirstFrame]
public void AdjustStatDownwards()
{
    creep.AdjustStat(new StatAdjustment("Hp", "", -50.0f));
    Assert.AreEqual(50.0f, creep.GetStatValue("Hp"));
}
See Also