James Grant
Results
1
issues of
James Grant
This PR updates the `find` methods to operate similarly to the `look` methods. I tried to update [this code](https://github.com/rustyscreeps/screeps-starter-rust/blob/8124b0e2bedcc0483d9832071743c72851494a5a/src/lib.rs#L159-L163) at screeps-starter-rust: ```rust for source in room.find(find::SOURCES_ACTIVE).iter() { let id =...