8 lines
130 B
C#
8 lines
130 B
C#
using TanksServer.Services;
|
|
|
|
namespace TanksServer.Models;
|
|
|
|
internal readonly record struct FloatPosition(double X, double Y)
|
|
{
|
|
}
|