Namespace: GameOfDeath
Assembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
Tests: GameOfDeath.Tests.RabbitTests
1 unit tests call GameOfDeath.Rabbit.DoDamage(System.Single)
Assembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Parameters
- damage
- Type: System Single
Remarks
Examples
[Test] public void DamageSingleRabbitToHalfHealth() { var rabbit = CreateRabbitWith50Health(Vector2D.Half); rabbit.DoDamage(25); }
See Also