Files
parkan-playground/Common/Vector3.cs
T
2025-08-23 03:00:30 +03:00

3 lines
71 B
C#

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