Namespace: GameOfDeath.Tests
Assembly: GameOfDeath.Tests (in GameOfDeath.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: GameOfDeath.Tests (in GameOfDeath.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void DamageSingleRabbitToHalfHealth() { var rabbit = CreateRabbitWith50Health(Vector2D.Half); rabbit.DoDamage(25); }
See Also