BoardData¶
- class BoardData(_header: Header, _unknown1: U32, _square_count: U16, _unknown2: U16, squares: Annotated[list[Square], 0])¶
Bases:
objectA dataclass representing Board Data, which is attached to a Square object.
This object contains “parameter” information – information about the specifics of the squares in the board. The object contains a header, two unknown values, a square count, and a list of squares.
Methods
sizeAttributes
squares