using UnityEngine; using System; namespace Dehumaniser { [AddComponentMenu("Dehumaniser/AudioComponent")] public class DehumaniserAudioComponent : Fabric.Dehumaniser.DehumaniserAudioComponentInternal { } }