Sound
From NFBSP
[edit]
C# Code
struct Sounds { // Length: 644 int Count; // Number of sounds actually available byte[10, 64] Name; // Room for 10 but might not necessarily use them }
[edit]
Details
- Count: How many sounds reside in the group.
- Name: Table of sound files to load (with extension, without directory).
[edit]
