0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-08-24 01:50:26 +03:00
Files
ParkanPlayground/Common/IndexedEdge.cs

3 lines
78 B
C#
Raw Normal View History

namespace Common;
public record IndexedEdge(ushort Index1, ushort Index2);