1
2
3
4
5
6
7
8
use objects::{Creep, Tombstone};

simple_accessors! {
    Tombstone;
    (creep -> creep -> Creep),
    (death_time -> deathTime -> u32),
    (ticks_to_decay -> ticksToDecay -> u32),
}