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

simple_accessors! {
    StructurePowerBank;
    (power -> power -> u32),
}