CreepTests CheckGoldRewardForCreeps Method Delta Engine Documentation

Namespace: CreepyTowers.Tests.Creeps
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CheckGoldRewardForCreeps()
Examples

[Test, CloseAfterFirstFrame]
public void CheckGoldRewardForCreeps()
{
    var creep = new Creep(CreepType.Cloth, Vector2D.Zero);
    Assert.AreEqual(13, creep.GetStatValue("Gold"));
}
See Also