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-16 03:17:49 +04:00
Code
Issues
Activity
Files
a8c0348ee4a4dc225f25cf9a3a89012488cf97f9
parkan-playground
/
ScrLib
/
ScrParseResult.cs
T
3 lines
80 B
C#
Raw
Normal View
History
Unescape
Escape
Implement SCR UI
2025-02-26 04:27:16 +03:00
namespace
ScrLib
;
public
record
ScrParseResult
(
ScrFile
?
Scr
,
string?
Error
);
Copy Permalink