Files
parkan-playground/MissionTmaLib/Vector3.cs
T

3 lines
78 B
C#

namespace MissionTmaLib;
public record Vector3(float X, float Y, float Z);