usebevy_ecs::component::Component;pubmodinput;pubmodremote;pubmodsync;/// Marker component to identity the timeline that will update the bevy app.
////// [`Time<Virtual>`](bevy_time::Time<bevy_time::Virtual>) will be updated according to the driving timeline's relative_speed.
#[derive(Component, Default)]pubstructDrivingTimeline<T>{pubmarker:core::marker::PhantomData<T>,
}