Skip to content

Commit

Permalink
Added remote for global data export
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLandbridge committed Feb 27, 2022
1 parent 40e602d commit 3c8d406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions remote.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ function interface.get_on_site_updated_event_id()
return on_site_updated
end

function interface.get_global_data()
return global
end

remote.add_interface("YARM", interface)

0 comments on commit 3c8d406

Please sign in to comment.