mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:47:38 +02:00
Space soccer polish and editor preview button
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace BezierSolution.Extras
|
||||
{
|
||||
[CustomEditor( typeof( BezierWalkerWithTime ) )]
|
||||
[CanEditMultipleObjects]
|
||||
public class BezierWalkerWithTimeEditor : BezierWalkerEditor
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user