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] public void InitialValues() { Assert.AreEqual(100.0, creep.GetStatValue("Hp")); Assert.AreEqual(1.0, creep.GetStatPercentage("Hp")); }
See Also