Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -12,6 +12,8 @@ class World;
|
||||
class Player;
|
||||
class Object;
|
||||
class Chunks;
|
||||
class Inventory;
|
||||
class Inventories;
|
||||
class LevelEvents;
|
||||
class Lighting;
|
||||
class PhysicsSolver;
|
||||
@@ -25,6 +27,7 @@ public:
|
||||
Player* player;
|
||||
Chunks* chunks;
|
||||
ChunksStorage* chunksStorage;
|
||||
std::unique_ptr<Inventories> inventories;
|
||||
|
||||
PhysicsSolver* physics;
|
||||
Lighting* lighting;
|
||||
|
||||
Reference in New Issue
Block a user