Namespace: Blocks
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Tests: Blocks.Tests.SoundbankTests
1 unit tests call Blocks.Soundbank.BlockMoved
Assembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: SoundRemarks
Examples
[Test, CloseAfterFirstFrame] public void Constructor() { var soundbank = new Soundbank(new JewelBlocksContent()); Assert.IsNotNull(soundbank.BlockAffixed); Assert.IsNotNull(soundbank.BlockCouldNotMove); Assert.IsNotNull(soundbank.BlockMoved); Assert.IsNotNull(soundbank.GameLost); Assert.IsNotNull(soundbank.MultipleRowsRemoved); Assert.IsNotNull(soundbank.RowRemoved); }
See Also