In Game Mode custom event that calls event dispatcher. This custom event you call from any actor/level to notify others of the action.
In the actor/level/etc - bind event to subscribe to event dispatcher. This is to receive the event.
basically this is the flow: actor 1 (send to game mode) → game mode (broadcast) → actor 2 (receive)