mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-09-13 10:20:28 +03:00
5 lines
163 B
C#
5 lines
163 B
C#
using Common;
|
|
|
|
namespace MissionTmaLib;
|
|
|
|
public record LodeInfo(Vector3 UnknownVector, int UnknownInt1, int UnknownFlags2, float UnknownFloat, int UnknownInt3); |