Kuchen icon indicating copy to clipboard operation
Kuchen copied to clipboard

What's the purpose of bookedEvents?

Open iggyzuk opened this issue 7 years ago • 1 comments

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?

iggyzuk avatar Sep 29 '18 23:09 iggyzuk

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.

kyubuns avatar Oct 29 '18 08:10 kyubuns