aabb block shape WIP + common refactor
This commit is contained in:
+1
-1
@@ -17,10 +17,10 @@ class ChunksStorage;
|
||||
class PlayerController;
|
||||
|
||||
class Level {
|
||||
const ContentIndices* const contentIds;
|
||||
public:
|
||||
World* world;
|
||||
const Content* const content;
|
||||
const ContentIndices* const contentIds;
|
||||
Player* player;
|
||||
Chunks* chunks;
|
||||
ChunksStorage* chunksStorage;
|
||||
|
||||
Reference in New Issue
Block a user