9 lines
218 B
C#
9 lines
218 B
C#
using UnityEngine;
|
|
using System;
|
|
|
|
namespace Dehumaniser
|
|
{
|
|
[AddComponentMenu("Dehumaniser/AudioComponent")]
|
|
public class DehumaniserAudioComponent : Fabric.Dehumaniser.DehumaniserAudioComponentInternal { }
|
|
}
|