simple-tads-game/locations/startingRoom.t
2024-12-10 07:39:45 +01:00

4 lines
97 B
Raku

startingRoom: Room 'Starting Room'
"This is the boring starting room."
south = secondRoom;
;