refactor(backend): align api namespaces and project name
This commit is contained in:
4
apps/backend/Contracts/Common.cs
Normal file
4
apps/backend/Contracts/Common.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace SpaceGame.Api.Contracts;
|
||||
|
||||
public sealed record Vector3Dto(float X, float Y, float Z);
|
||||
|
||||
Reference in New Issue
Block a user