Type Definition dces::system::Priority

source · []
pub type Priority = i32;
Expand description

The run order of a system. The systems will be executed by priority from small to great.