servicepoint-tanks/TanksServer/Models/PixelBounds.cs
2024-04-13 14:07:14 +02:00

4 lines
117 B
C#

namespace TanksServer.Models;
internal record struct PixelBounds(PixelPosition TopLeft, PixelPosition BottomRight);