This commit is contained in:
MihailRis
2024-12-21 13:11:23 +03:00
parent 17161e5981
commit c3f22c6854
7 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ struct ContentPackStats {
}
};
struct world_funcs_set {
struct WorldFuncsSet {
bool onblockplaced : 1;
bool onblockreplaced : 1;
bool onblockbroken : 1;
@@ -108,7 +108,7 @@ class ContentPackRuntime {
ContentPackStats stats {};
scriptenv env;
public:
world_funcs_set worldfuncsset {};
WorldFuncsSet worldfuncsset {};
ContentPackRuntime(ContentPack info, scriptenv env);
~ContentPackRuntime();