One step closer to multiplayer

This commit is contained in:
InfiniteCoder
2024-03-02 22:59:31 +03:00
parent 9d9c9f5570
commit 0157213a56
26 changed files with 213 additions and 219 deletions
+1
View File
@@ -28,6 +28,7 @@ public:
int getTickId() const;
};
/* BlocksController manages block updates and block data (aka inventories) */
class BlocksController {
Level* level;
Chunks* chunks;