4 lines
98 B
C#
4 lines
98 B
C#
namespace TanksServer.Models;
|
|
|
|
internal readonly record struct FloatPosition(double X, double Y);
|