10 lines
262 B
C#
10 lines
262 B
C#
using UnityEngine;
|
|
using UnityEditor;
|
|
using System.Collections;
|
|
|
|
namespace Dehumaniser
|
|
{
|
|
[CustomEditor(typeof(DehumaniserAudioComponent))]
|
|
public class DehumaniserAudioComponentEditor : Fabric.Dehumaniser.DehumaniserAudioComponentEditorInternal { }
|
|
}
|