4 lines
83 B
C#
4 lines
83 B
C#
![]() |
namespace TanksServer.Models;
|
||
|
|
||
|
internal record struct PixelPosition(int X, int Y);
|