add endpoint for requesting map data

This commit is contained in:
Vinzenz Schroeter 2024-05-05 13:51:28 +02:00
parent 079b096c16
commit 5f5e9fb716
8 changed files with 97 additions and 32 deletions

View file

@ -0,0 +1,3 @@
namespace TanksServer.Models;
public record MapInfo(string Name, string TypeName, Memory<byte> Preview);