pub
use *;
/// Marks an entity for replication on the server.
///
/// After replication, client entities will also have this component,
/// so it can be used for shared logic for networked entities.
///
/// See also [`Remote`](crate::prelude::Remote).
;