Net.Like.Xue.Tokyo/Assets/Plugins/KINEMATION/MotionWarping/Editor/Widgets/WarpWidgetInterface.cs

9 lines
171 B
C#
Raw Normal View History

2025-03-10 18:06:44 +08:00
// Designed by KINEMATION, 2024.
namespace KINEMATION.MotionWarping.Editor.Widgets
{
public interface IWarpWidgetInterface
{
public void Render();
}
}