This commit is contained in:
2025-07-09 23:02:19 +06:00
parent 2eb48d12a8
commit c0989a53ea
13 changed files with 59 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ public:
// x y cx cy cz
//LightPrism Lights[16][16][4][4][4];
Node Nodes[16][16][16][4][4][4];
std::array<std::array<Node, 16*16*16>, 4*4*4> Nodes;
std::vector<Entity> Entityes;
std::vector<std::shared_ptr<ContentEventController>> CECs, NewCECs;