()
| 48 | |
| 49 | //let each menu decide what items are to be placed in the inventory menu |
| 50 | public abstract void setMenuItems(); |
| 51 | |
| 52 | //When called, an inventory is created and opened for the player |
| 53 | public void open() { |
no outgoing calls
no test coverage detected