servicepoint-tanks/TanksServer/Models/FloatPosition.cs
2024-04-07 19:19:11 +02:00

8 lines
130 B
C#

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