1pub const ON_INIT: &str = "on_init";
6pub const ON_UPDATE: &str = "on_update";
7pub const ON_COLLISION: &str = "on_collision";
8pub const ON_COLLISION_EXIT: &str = "on_collision_exit";
9pub const ON_TRIGGER_ENTER: &str = "on_trigger_enter";
10pub const ON_TRIGGER_EXIT: &str = "on_trigger_exit";
11pub const ON_ACTION: &str = "on_action";
12pub const ON_INTERACT: &str = "on_interact";
13pub const ON_DRAW_UI: &str = "on_draw_ui";
14pub const ON_SCENE_EXIT: &str = "on_scene_exit";
15pub const ON_SCENE_ENTER: &str = "on_scene_enter";
16pub const ON_ANIMATION_END: &str = "on_animation_end";