-- @/lua/ge/extensions/gameplay/markerInteraction.lua:61
local function getCurrentInteractableElements()
return currentInteractableElements
end
local dataToSend = {}
local currentInteractableElements = gameplay_markerInteraction.getCurrentInteractableElements()
if not currentInteractableElements then return end