Ticket #13 (closed task: fixed)
Create the Locus class
| Reported by: | ged | Owned by: | ged |
|---|---|---|---|
| Priority: | normal | Milestone: | ActualityEpic |
| Component: | GameWorld | Version: | 1.0 |
| Severity: | normal | Keywords: | locus containment contents container |
| Cc: |
Description
Create the Locus class with basic Containment:
- #addContents
- #removeContents
- a container callback that's called when another Locus is about to be contained (#addContainer).
- ...and one that's called when it's no longer going to be contained (#removeContainer).
- containment predicates (#contains?, #containedBy?)
