Stat BaseValue Property Delta Engine Documentation

Namespace: CreepyTowers.Stats
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public float BaseValue { get; }

Property Value

Type: Single
Remarks

Tests: CreepyTowers.Tests.Stats.StatTests
Examples

1 unit tests call CreepyTowers.Stats.Stat.BaseValue
[Test]
public void Constructor()
{
    Assert.AreEqual(100.0f, stat.BaseValue);
}
See Also