use *;
/// Marker component for identifying an entity as a Famiq Progress bar.
/// field 0 is for triggering Changed filter.
;
/// Marker component for identifying an entity as a Famiq Progress bar's value.
;
/// Component storing the progress bar entity associated with its value.
;
/// Component storing the progress value entity associated with its bar.
;
/// Component storing percentage of a progress bar.
/// None means indeterminate.
;
;