struct
#include <core/ecs/cubos.hpp>
ShouldQuit Resource used as a flag to indicate whether the main loop should stop running.
This resource is added by the Cubos class, initially set to true.
Public variables
- bool value
- Whether the main loop should stop running.