Expand description
Adds a simple Bundle
trait that makes it easier to add
a group of systems to a DispatcherBuilder
.
Traitsยง
- Bundle
- A trait allowing the creation of bundles.
Bundles are groups of
System
s that are added together and in order in aDispatcherBuilder
.