This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 15:07:48 +04:00
Code
Issues
Activity
Files
a8c0348ee4a4dc225f25cf9a3a89012488cf97f9
parkan-playground
/
Common
/
IndexedEdge.cs
T
3 lines
78 B
C#
Raw
Normal View
History
Unescape
Escape
Parse cp .dat files. Object schemes.
2025-08-23 03:00:14 +03:00
namespace
Common
;
public
record
IndexedEdge
(
ushort
Index1
,
ushort
Index2
);
Copy Permalink