RoloLudo/RoloLudo.package/FirelightsGame.class/instance/worldMapDraw.st

6 lines
123 B
Smalltalk

accessing
worldMapDraw
| currentPlace |
currentPlace := self deck draw.
self worldMap add: currentPlace.
^ currentPlace