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
49d9e237384b333b8c58de08c94509e7ca56d1ed
parkan-playground
/
CpDatLib
/
CpDatScheme.cs
T
3 lines
84 B
C#
Raw
Normal View
History
Unescape
Escape
Allow to view cp .dat in UI
2025-09-04 02:45:26 +03:00
namespace
CpDatLib
;
public
record
CpDatScheme
(
SchemeType
Type
,
CpDatEntry
Root
);
Copy Permalink