Method: Core::Game::Goal#initialize
- Defined in:
- lib/game/npc/goal.rb
#initialize ⇒ Goal
Returns a new instance of Goal.
7 8 9 |
# File 'lib/game/npc/goal.rb', line 7 def initialize @state = :before end |
Returns a new instance of Goal.
7 8 9 |
# File 'lib/game/npc/goal.rb', line 7 def initialize @state = :before end |