Files

3 lines
78 B
C#
Raw Permalink Normal View History

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