add endpoint for requesting map data
This commit is contained in:
parent
079b096c16
commit
5f5e9fb716
8 changed files with 97 additions and 32 deletions
3
tanks-backend/TanksServer/Models/MapInfo.cs
Normal file
3
tanks-backend/TanksServer/Models/MapInfo.cs
Normal file
|
@ -0,0 +1,3 @@
|
|||
namespace TanksServer.Models;
|
||||
|
||||
public record MapInfo(string Name, string TypeName, Memory<byte> Preview);
|
Loading…
Add table
Add a link
Reference in a new issue