Roompublic class Room extends Object A Room is one location in the game. |
Fields Summary |
---|
Room | northThe exits from this Room | Room | east | Room | south | Room | west | String | entryMessageThe message to display when entering this room | String | exitMessageThe message (if any) to display when leaving |
|