1
2
3
4
5
6
use objects::StructureContainer;

simple_accessors! {
    StructureContainer;
    (ticks_to_decay -> ticksToDecay -> u32),
}