feat: add backend for multiplayer support

This commit is contained in:
2025-07-29 01:32:02 -04:00
parent c984e4ef22
commit 1a34193d4a
32 changed files with 300 additions and 3 deletions

9
backend/backend.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>