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 ApplyFireThenIceToClothCreep() { ClothCreepStateChanger.ChangeStatesIfClothCreep(TowerType.Fire, creep); ClothCreepStateChanger.ChangeStatesIfClothCreep(TowerType.Ice, creep); Assert.IsFalse(creep.State.Fast); Assert.IsFalse(creep.State.Burst); }
See Also