Closed DaniElectra closed 1 year ago
Why is this being done in this library? This feels like something nex-go
should handle when encoding the data in the stream
We can't set the version on nex-go
because by the time we get to RVConnectionData.Bytes()
the structure version is already written in the stream. Unless we set the structure version when creating the structure?
Actually no, my bad. I was thinking that the version was written before calling Structure.Bytes()
Should I close this PR or wait for updating the modules? I actually have to update the time value for RVConnectionData
anyway
Is this good to close then?
No, I will use this PR to update the time for RVConnectionData
from uint64 to a DateTime
sorry about this confusion lmao
Set the structure version to 1 if NEX version is 3.5+