StatTests Constructor 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 Constructor()
Examples

[Test]
public void Constructor()
{
    Assert.AreEqual(100.0f, stat.BaseValue);
}
See Also