mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
4 lines
97 B
Raku
4 lines
97 B
Raku
startingRoom: Room 'Starting Room'
|
|
"This is the boring starting room."
|
|
south = secondRoom;
|
|
;
|