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