Just a note, I have reason to believe that bools actually get serialized as 32 bits, meaning you’d actually be better off just using an int8 or an enum
Just a note, I have reason to believe that bools actually get serialized as 32 bits, meaning you’d actually be better off just using an int8 or an enum