add entity event: on_fall
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user