mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-01 09:04:27 +02:00
10 lines
202 B
C#
10 lines
202 B
C#
using UnityEditor;
|
|
|
|
namespace BezierSolution.Extras
|
|
{
|
|
[CustomEditor( typeof( BezierWalkerWithTime ) )]
|
|
[CanEditMultipleObjects]
|
|
public class BezierWalkerWithTimeEditor : BezierWalkerEditor
|
|
{
|
|
}
|
|
} |