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

4 lines
83 B
C#

namespace TanksServer.Models;
internal record struct PixelPosition(int X, int Y);