Files
parkan-playground/Common/Sphere.cs
T
2026-05-11 05:23:14 +03:00

3 lines
102 B
C#

namespace Common;
public record Sphere(float CenterX, float CenterY, float CenterZ, float Radius);