HeavenStudioPlus/Assets/Plugins/BezierSolution/Editor/BezierWalkerWithSpeedEditor.cs

10 lines
204 B
C#
Raw Normal View History

using UnityEditor;
namespace BezierSolution.Extras
{
[CustomEditor( typeof( BezierWalkerWithSpeed ) )]
[CanEditMultipleObjects]
public class BezierWalkerWithSpeedEditor : BezierWalkerEditor
{
}
}