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