namespace LootDumpProcessor.Model;
public readonly record struct Vector3(float X, float Y, float Z);