mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 15:07:48 +04:00
3 lines
102 B
C#
3 lines
102 B
C#
namespace Common;
|
|
|
|
public record Sphere(float CenterX, float CenterY, float CenterZ, float Radius); |