4 lines
117 B
C#
4 lines
117 B
C#
![]() |
namespace TanksServer.Models;
|
||
|
|
||
|
internal record struct PixelBounds(PixelPosition TopLeft, PixelPosition BottomRight);
|