quantum-space-buddies/QSB/Audio/QSBThrusterAudio.cs

9 lines
179 B
C#
Raw Normal View History

2021-12-15 21:11:30 +00:00
using UnityEngine;
2021-12-15 21:09:10 +00:00
2022-03-03 03:46:33 +00:00
namespace QSB.Audio;
2023-07-28 18:30:57 +00:00
public class QSBThrusterAudio : MonoBehaviour
2021-12-15 21:09:10 +00:00
{
2022-03-03 03:46:33 +00:00
public OWAudioSource _translationalSource;
public OWAudioSource _rotationalSource;
}