Namespace: CreepyTowers.Tests.Creeps
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void CheckForIceTowerOnWetCreep() { creep.State.Wet = true; SandCreepStateChanger.ChangeStatesIfSandCreep(TowerType.Ice, creep); Assert.IsTrue(creep.State.Frozen); Assert.IsFalse(creep.State.Wet); }
See Also