6 lines
160 B
C#
6 lines
160 B
C#
using UnityEditor;
|
|
|
|
namespace Passer.Humanoid {
|
|
[CustomEditor(typeof(Telegrabber))]
|
|
public class Telegrabber_Editor : InteractionPointer_Editor { }
|
|
} |