opticbird

Results 3 issues of opticbird

Getting from a release.

I have a struct, that is used in lua. But then I need to use that struct in my save function in c++. Should this code work or am I...

It doesn't work. Here's what I've tried ``` struct Rdata { uint32_t packetType; uint32_t netID; uint32_t secondaryNetID; uint32_t characterState; uint32_t padding; uint32_t Value; float x, y; float xSpeed, ySpeed; uint32_t...