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

[Test]
public void InitialValues()
{
    Assert.AreEqual(100.0, creep.GetStatValue("Hp"));
    Assert.AreEqual(1.0, creep.GetStatPercentage("Hp"));
}
See Also