Controllers minor refactor

This commit is contained in:
MihailRis
2023-11-30 05:14:10 +03:00
parent c0050cffaa
commit 856f5879f1
4 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Level;
class ChunksController;
class PlayerController;
/* LevelController - the main game logic controller */
/* LevelController manages other controllers */
class LevelController {
EngineSettings& settings;
Level* level;