use ;
use Reflect;
/// Marker component to identify this link as a [`LinkOf`](lightyear_link::prelude::LinkOf)
///
/// This is equivalent to `LinkOf` + [`Connected`](crate::prelude::Connected).
///
;
/// Marker component to identify a link that should skip netcode processing.
///
/// For example a Server could have both a ServerNetcode and a SteamServerIO.
/// In which we case we want to skip netcode for the links that come from steam, since they
/// already have a RemoteId.
///
// TODO: maybe we could also apply netcode for steam links? the RemoteId::Steam would be overridden
// with a RemoteId::Netcode identifier, and the SteamId could simply be some extra metadata component?
;