spart to data
This commit is contained in:
6
SlaveEngine.Assets/Primitives/BezierCommand.cs
Normal file
6
SlaveEngine.Assets/Primitives/BezierCommand.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SlaveEngine.Assets.Primitives;
|
||||
|
||||
public readonly struct BezierCommand {
|
||||
public CommandType Type { get; init; }
|
||||
public float[] Args { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user