expose parse & parse_some from bevy_remote crate #17732
Labels
C-Feature
A new feature, making something new possible
S-Needs-Triage
This issue needs to be labelled
What problem does this solve or what need does it fill?
When writing custom methods with bevy_remote you need to parse the params. The builtin_methods for bevy_remote have the helpers "parse" and "parse_some" which solve this issue. I believe they should be exposed in some way.
What solution would you like?
make parse & parse_some pub. Though they are in mod builtin_methods within bevy_remote so maybe they should be moved for a better public api.
What alternative(s) have you considered?
don't make them public
Additional context
When implementing my custom methods i copy pasted parse and parse_some into my code as they did exactly what I wanted.
The text was updated successfully, but these errors were encountered: