use *;
/// Added to an entity, the `ControlledBy` component will add the `Controlling` component to a
/// controller. This is one way to know which entities should react to:
/// - an action through the `controlling()` method
/// - a value by querying the `Controlling` component.
;
/// This is the immutable component, added through the `ControlledBy`/`Controlling` relationship
/// that allows to list all the entities a controller controls.
;