namespace PacketLib; public class MapInitPacket { public int[] Connectors { get; set; } // triplets (tile1 id, tile2 id, type) public bool UpsideDown { get; set; } }