RiftMayhem/Assets/Dehumaniser/Voices/Editor/DehumaniserAudioComponentEditor.cs

10 lines
262 B
C#

using UnityEngine;
using UnityEditor;
using System.Collections;
namespace Dehumaniser
{
[CustomEditor(typeof(DehumaniserAudioComponent))]
public class DehumaniserAudioComponentEditor : Fabric.Dehumaniser.DehumaniserAudioComponentEditorInternal { }
}