using TanksServer.Services;
namespace TanksServer.Models;
internal readonly record struct FloatPosition(double X, double Y)
{
}