world.lua: on_world_tick event

This commit is contained in:
MihailRis
2024-03-15 00:38:44 +03:00
parent db62a47cc2
commit ce687a67a3
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ class BlocksController {
Lighting* lighting;
Clock randTickClock;
Clock blocksTickClock;
Clock worldTickClock;
uint padding;
FastRandom random;
public: