void InitSoundboards() { digBoard = new Soundboard(); digBoard.Init("dig_", files); stepBoard = new Soundboard(); stepBoard.Init("step_", files); }
void InitSoundboards() { digBoard = new Soundboard(); digBoard.Init("dig"); stepBoard = new Soundboard(); stepBoard.Init("step"); }
void InitSoundboards() { digBoard = new Soundboard(); digBoard.Init( "dig_", files ); stepBoard = new Soundboard(); stepBoard.Init( "step_", files ); }