the big refactor + extracted data classes from coders/json to data/dynamic
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public:
|
||||
|
||||
Chunks(int w, int d, int ox, int oz,
|
||||
WorldFiles* worldFiles, LevelEvents* events, const Content* content);
|
||||
~Chunks();
|
||||
~Chunks() = default;
|
||||
|
||||
bool putChunk(std::shared_ptr<Chunk> chunk);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user