Trait screeps::traits::CanDecay

source ·
pub trait CanDecay {
    // Required method
    fn ticks_to_decay(&self) -> u32;
}

Required Methods§

source

fn ticks_to_decay(&self) -> u32

The number of ticks until the object will decay, losing hits.

Implementors§