Namespace: CreepyTowers
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Tests: CreepyTowers.Tests.PlayerTests
1 unit tests call CreepyTowers.Player.LivesLeft
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: Int32Remarks
Examples
[Test, CloseAfterFirstFrame] public void InitializingMaxLivesAlsoInitializedLivesLeftForPlayer() { player.MaxLives = 10; Assert.AreEqual(10, player.MaxLives); Assert.AreEqual(10, player.LivesLeft); }
See Also