Trait screeps::traits::HasStore

source ·
pub trait HasStore {
    // Required method
    fn store(&self) -> Store;
}

Required Methods§

source

fn store(&self) -> Store

The store of the object, containing information about the resources it is holding.

Implementors§