mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 12:08:52 +00:00
10 lines
209 B
C#
10 lines
209 B
C#
namespace QSB.Audio
|
|
{
|
|
internal class QSBJetpackThrusterAudio : QSBThrusterAudio
|
|
{
|
|
public OWAudioSource _underwaterSource;
|
|
public OWAudioSource _oxygenSource;
|
|
public OWAudioSource _boostSource;
|
|
}
|
|
}
|