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
4567465570e1282f9094a9730dd7e447c378e51d
parkan-playground
/
MissionTmaLib
/
LodeData.cs
T
3 lines
101 B
C#
Raw
Normal View
History
Unescape
Escape
добавил tma в просмотр и отрефакторил код
2024-11-26 04:05:25 +03:00
namespace
MissionTmaLib
;
public
record
LodeData
(
int
Unused
,
int
LodeCount
,
List
<
LodeInfo
>
Lodes
);
Copy Permalink