add player.create, test.set_setting, test.sleep_until, world.count_chunks
This commit is contained in:
@@ -17,4 +17,6 @@ public:
|
||||
|
||||
std::shared_ptr<Chunk> fetch(int x, int z);
|
||||
std::shared_ptr<Chunk> create(int x, int z);
|
||||
|
||||
size_t size() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user