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
82653f96f2ce46a6ec6e283f9c8d14f8a512152f
parkan-playground
/
ScrLib
/
MissionTmaParseResult.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