initial copy
This commit is contained in:
7
s8n-runtime/ViewModels/WorkflowPoint.cs
Normal file
7
s8n-runtime/ViewModels/WorkflowPoint.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace s8n_runtime.ViewModels;
|
||||
|
||||
public struct WorkflowPoint
|
||||
{
|
||||
public float X { get; set; }
|
||||
public float Y { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user