mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-03 17:38:30 +00:00
10 lines
188 B
C#
10 lines
188 B
C#
using UnityEngine;
|
|
|
|
namespace QSB.Audio
|
|
{
|
|
internal class QSBThrusterAudio : MonoBehaviour
|
|
{
|
|
public OWAudioSource _translationalSource;
|
|
public OWAudioSource _rotationalSource;
|
|
}
|
|
} |