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 02:57:49 +04:00
Code
Issues
Activity
Files
5fc8ba53b2cc9e40cca01b0507fcd69801fc4d22
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