Trait screeps::objects::HasPosition [] [src]

pub trait HasPosition {
    fn pos(&self) -> RoomPosition;
}

Required Methods

Implementors