Allow registering multiple types at once using tuple types
Open
A-Reflection
C-Usability
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
it is annoying to manualy register types like this:
```
.register_type::()
.register_type::()
.register_type::()
```
## What solution would you like?
so instead do it in a tuple like querys ` .register_type::<(HumanController,MovementSpeed,Health)>()`
Contributor guide
Assessment
This issue has not been assessed yet.