trait CarcassesParams {
    fn dir(&mut self, coord: &Coord, rng: &mut Rng) -> Option<Direction>;
fn decomp(&mut self, tick: u32, tick_of_year: u32) -> CarcassDecomposition; fn init(&mut self, _world: &mut World, _resources: &mut Resources) { ... }
fn reset(&mut self, _world: &mut World, _resources: &mut Resources) { ... } }

Required methods

Provided methods

Implementors