Open umut-sahin opened 5 months ago
This cannot be done in the game code as FluentBundle is wrapped in an Arc and is immutable.
FluentBundle
Arc
The good thing with this approach is that it's entirely optional, so it won't break existing code. It just adds new functionality.
I've tested with a git dependency to my fork and it seems to be working correctly. I couldn't find any tests, so not sure if I should add some.
Let me know if it's okay.
And thanks for the amazing library!
This cannot be done in the game code as
FluentBundle
is wrapped in anArc
and is immutable.The good thing with this approach is that it's entirely optional, so it won't break existing code. It just adds new functionality.
I've tested with a git dependency to my fork and it seems to be working correctly. I couldn't find any tests, so not sure if I should add some.
Let me know if it's okay.
And thanks for the amazing library!