Hi, In `Ship.cs`, the type `Shape` has a byte for it's type: https://github.com/MikeG621/LfdReader/blob/08bf3986284058cf85e196984ca6bc312792796a/Ship.cs#L103 The top nibble of that byte is the type. Do you have any documentation for what the types represent? In my testing, I'm seeing that top nibble be 0, 4, 8, or 12. Thanks!
Hi,
In
Ship.cs, the typeShapehas a byte for it's type:LfdReader/Ship.cs
Line 103 in 08bf398
The top nibble of that byte is the type. Do you have any documentation for what the types represent?
In my testing, I'm seeing that top nibble be 0, 4, 8, or 12.
Thanks!