target_sources(
    ${CORE_TARGET_NAME}
    PRIVATE action_functions.cpp
            creature_event_functions.cpp
            event_callback_functions.cpp
            events_scheduler_functions.cpp
            global_event_functions.cpp
            move_event_functions.cpp
            talk_action_functions.cpp
)
