Updated mapblock code
This commit is contained in:
parent
fd496dd085
commit
c72cdc23a4
@ -47,6 +47,10 @@ class NodeManager
|
||||
|
||||
class BlockManager
|
||||
{
|
||||
public:
|
||||
NodeManager mapBlocks[8][8]; // 8 x 8 blocks
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user