Kuchen
Kuchen copied to clipboard
What's the purpose of bookedEvents?
Question: Subscriber.cs has a list of bookedEvents (List<Action> bookedEvents) but it doesn't seem to be used in any real capacity. Is there a reason it exists?
Sorry for late reply,
I use bookedEvents in this code.
https://github.com/kyubuns/Kuchen/blob/master/Assets/Kuchen/Subscriber.cs#L175
Copy on line 175 and Use on line 177.