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
60e4fcf0047f9cd4657be063b8ed2080d0b32cd4
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