servicepoint-tanks/TanksServer/Models/PixelBounds.cs

4 lines
117 B
C#
Raw Normal View History

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