8 lines
207 B
C#
8 lines
207 B
C#
/*
|
|
using UnityEditor;
|
|
|
|
namespace Passer.Humanoid {
|
|
[CustomEditor(typeof(HumanoidInteractionPointer), true)]
|
|
public class HumanoidInteractionPointer_Editor : InteractionPointer_Editor { }
|
|
}
|
|
*/ |