Namespace: CreepyTowers.Tests
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, CloseAfterFirstFrame] public void AdjustStatUpwards() { creep.AdjustStat(new StatAdjustment("Hp", "", -50.0f)); creep.AdjustStat(new StatAdjustment("Hp", "", 20.0f)); Assert.AreEqual(70.0f, creep.GetStatValue("Hp")); }
See Also