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