Closed
Description
openedon Oct 8, 2022
I just want to make subscribe/unsubscribe methods
so:
const a = () => { }
subscribe(a) // internally doing: subscribers.Add(scriptObject)
unsubscribe(a) // subscribers.Remove(scriptObject)
but comparer always return false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment