Release 0.26.0
Mainly an update to match bevy's 0.18 release.
Breaking changes
LocalTimelineis now a resource; since there can only be one per App (because it modifies bevy'sTimeresource)NetworkVisibilityy::gain_visibilityandNetworkVisibility::lose_visibilitymethods have now been added on the ReplicationState and removed from the NetworkVisibility component. Netw...