Namespace: CreepyTowers.Tests.Stats
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void PerformAdjustment() { var interaction = new Interaction(tower, creep, adjustment); interaction.Apply(); Assert.AreEqual(0.0f, creep.GetStatValue("Hp")); }
See Also