Open
Description
https://github.com/ppy/osu-framework/wiki/Bindable-Flow
Due to this article, bindable on drawable will be recycled automatically if drawable has destroyed.
So it might not need to call bindable.unbindAll()
in destroy method.
But still not sure is it ok to use object.bindable.BindValueChanged()
directly in other drawable?