Files
Sharp8N-Runtime/s8n-runtime/ViewModels/WorkflowPoint.cs
2025-12-24 21:26:35 +03:00

7 lines
132 B
C#

namespace s8n_runtime.ViewModels;
public struct WorkflowPoint
{
public float X { get; set; }
public float Y { get; set; }
}