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