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

simple_accessors! {
    StructureKeeperLair;
    (ticks_to_spawn -> ticksToSpawn -> u32),
}