mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-08-24 01:50:26 +03:00
Parse cp .dat files. Object schemes.
Test parsing of .msh
This commit is contained in:
3
Common/Vector3.cs
Normal file
3
Common/Vector3.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Common;
|
||||
|
||||
public record Vector3(float X, float Y, float Z);
|
Reference in New Issue
Block a user