PlasticCreepStateChangerTests CheckAcidEffect 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 CheckAcidEffect()
Examples

[Test, CloseAfterFirstFrame]
public void CheckAcidEffect()
{
    PlasticCreepStateChanger.ChangeStatesIfPlasticCreep(TowerType.Acid, creep);
    Assert.IsTrue(creep.State.Melt);
}
See Also