RiftMayhem/Assets/Dehumaniser/Voices/DehumaniserAudioComponent.cs

9 lines
218 B
C#

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