Files
Cielonos/Assets/OtherPlugins/KINEMATION/MotionWarping/Editor/Widgets/WarpWidgetInterface.cs
SoulliesOfficial 50ee502684 完善
2026-02-13 09:22:11 -05:00

9 lines
171 B
C#

// Designed by KINEMATION, 2024.
namespace KINEMATION.MotionWarping.Editor.Widgets
{
public interface IWarpWidgetInterface
{
public void Render();
}
}