3 lines
88 B
C#
3 lines
88 B
C#
namespace TanksServer.Models;
|
|
|
|
internal record struct PixelPosition(ushort X, ushort Y); |