The client needs to know what graphics to use when loading a block. The RegisteredBlock class inside Phoenix Core needs a variable that stores a graphics class the renderer can use to render the block. This should be a pointer to an object so we don't take up much memory as the server does not need to load it.
The client needs to know what graphics to use when loading a block. The RegisteredBlock class inside Phoenix Core needs a variable that stores a graphics class the renderer can use to render the block. This should be a pointer to an object so we don't take up much memory as the server does not need to load it.