Space soccer polish and editor preview button

This commit is contained in:
Braedon
2022-02-02 03:36:20 -05:00
parent a7c1359f97
commit 147e41ca35
81 changed files with 16712 additions and 204 deletions

View File

@ -0,0 +1,10 @@
using UnityEditor;
namespace BezierSolution.Extras
{
[CustomEditor( typeof( BezierWalkerWithTime ) )]
[CanEditMultipleObjects]
public class BezierWalkerWithTimeEditor : BezierWalkerEditor
{
}
}