mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
11 lines
241 B
C#
11 lines
241 B
C#
using QSB.Utility;
|
|
|
|
namespace QSB.Audio;
|
|
|
|
[UsedInUnityProject]
|
|
internal class QSBJetpackThrusterAudio : QSBThrusterAudio
|
|
{
|
|
public OWAudioSource _underwaterSource;
|
|
public OWAudioSource _oxygenSource;
|
|
public OWAudioSource _boostSource;
|
|
} |