Refactor simulation and viewer architecture
This commit is contained in:
4
apps/backend/Contracts/WorldContracts.Common.cs
Normal file
4
apps/backend/Contracts/WorldContracts.Common.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace SpaceGame.Simulation.Api.Contracts;
|
||||
|
||||
public sealed record Vector3Dto(float X, float Y, float Z);
|
||||
|
||||
Reference in New Issue
Block a user