Refactor rendering module's BasicBlock file depending on what is an extra information to a Block and what are the most common, basic components of a Block. The common, basic components should remain in the BasicBlock class, but any other extra data related to a Block should be in a separate file/new class, something that would best fit the structure of the project so far.
Refactor rendering module's BasicBlock file depending on what is an extra information to a Block and what are the most common, basic components of a Block. The common, basic components should remain in the BasicBlock class, but any other extra data related to a Block should be in a separate file/new class, something that would best fit the structure of the project so far.