Trait screeps::objects::OwnedStructureProperties [] [src]

pub trait OwnedStructureProperties: RoomObjectProperties {
    fn my(&self) -> bool;
fn owner(&self) -> Option<String>; }

Required Methods

Implementors