Refactor, world.bin file, BinaryWriter, BinaryReader

This commit is contained in:
MihailRis
2023-11-16 19:32:44 +03:00
parent 9bc236b71a
commit 6cd775c27d
14 changed files with 378 additions and 126 deletions
-2
View File
@@ -28,8 +28,6 @@ public:
Level(World* world,
Player* player,
ChunksStorage* chunksStorage,
LevelEvents* events,
EngineSettings& settings);
~Level();