InteractionTests PerformAdjustment 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 PerformAdjustment()
Examples

[Test]
public void PerformAdjustment()
{
    var interaction = new Interaction(tower, creep, adjustment);
    interaction.Apply();
    Assert.AreEqual(0.0f, creep.GetStatValue("Hp"));
}
See Also