2021-12-15 21:11:30 +00:00
|
|
|
|
namespace QSB.Audio
|
2021-12-15 21:09:10 +00:00
|
|
|
|
{
|
|
|
|
|
internal class QSBJetpackThrusterAudio : QSBThrusterAudio
|
|
|
|
|
{
|
|
|
|
|
public OWAudioSource _underwaterSource;
|
|
|
|
|
public OWAudioSource _oxygenSource;
|
|
|
|
|
public OWAudioSource _boostSource;
|
|
|
|
|
}
|
|
|
|
|
}
|