add entity event: on_fall

This commit is contained in:
MihailRis
2024-06-30 00:32:02 +03:00
parent 3946119a67
commit 50c714692a
5 changed files with 36 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ struct entity_funcs_set {
bool init : 1;
bool on_despawn : 1;
bool on_grounded : 1;
bool on_fall : 1;
};
struct EntityDef;