Event

Util.Modules.Event

function Event:Register(event, callback)
function Event:Emit(event, ...)
function Event:RemoveListener(id, callback)
function Event:GetListeners(event)