OneNightDuel/PacketLib/MapInitPacket.cs

6 lines
No EOL
174 B
C#

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