Files
HeavenStudio/Assets/Plugins/BezierSolution/Editor/BezierWalkerWithSpeedEditor.cs
2022-02-02 03:36:20 -05:00

10 lines
204 B
C#

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