Skip to content

Instantly share code, notes, and snippets.

@benphelps
Last active December 27, 2015 14:29
Show Gist options
  • Save benphelps/7340755 to your computer and use it in GitHub Desktop.
Save benphelps/7340755 to your computer and use it in GitHub Desktop.
local rootFrost = { }
rootFrost.eventHandler = function(...)
end
ProbablyEngine.listener.register("rootFrost", "EVENT_HERE", rootFrost.eventHandler)
ProbablyEngine.library.register("rootFrost", rootFrost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment