Module: StoryTeller::Library::Location
- Defined in:
- lib/story_teller/library/location.rb
Overview
module Location
Instance Method Summary collapse
Instance Method Details
#location ⇒ Object
28 29 30 |
# File 'lib/story_teller/library/location.rb', line 28 def location @player&.location || @location end |
#location=(obj) ⇒ Object
32 33 34 |
# File 'lib/story_teller/library/location.rb', line 32 def location=(obj) @player.location = @location = obj end |