Skip to content

Commit

Permalink
docs(is-room-visible): add related module is-simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
RiftLurker committed Dec 26, 2017
1 parent 1d1e771 commit 02ee25f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/is-room-visible/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ import { isRoomVisible } from '@open-screeps/is-room-visible';
const observerTargets = Object.keys(Memory.rooms).filter(r => isRoomVisible(r));
```

## Related
- [is-simulation](https://github.com/PostCrafter/open-screeps/tree/master/src/is-simulation)

## License
[MIT](../../license.md)

0 comments on commit 02ee25f

Please sign in to comment.