1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-15 09:40:03 +00:00
2022-03-02 19:46:33 -08:00

9 lines
181 B
C#

using UnityEngine;
namespace QSB.Audio;
internal class QSBThrusterAudio : MonoBehaviour
{
public OWAudioSource _translationalSource;
public OWAudioSource _rotationalSource;
}