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 CheckForWaterTowerEffect() { SandCreepStateChanger.ChangeStatesIfSandCreep(TowerType.Water, creep); Assert.IsTrue(creep.State.Slow); Assert.AreEqual(0, creep.State.SlowTimer); Assert.IsTrue(creep.State.Wet); }
See Also