refactorings

This commit is contained in:
bird_egop
2026-05-11 05:23:14 +03:00
parent eb458ad9a8
commit 67a4aa84bf
4 changed files with 95 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Common;
public record Sphere(float CenterX, float CenterY, float CenterZ, float Radius);