Class: GamesAndRpgParadise::ShakesAndFidgets::Opponent

Inherits:
Object
  • Object
show all
Defined in:
lib/games_and_rpg_paradise/games/shakes_and_fidgets/misc/opponents.rb

Instance Method Summary collapse

Constructor Details

#initialize(run_already = true) ⇒ Opponent

#

initialize

#


23
24
25
26
27
# File 'lib/games_and_rpg_paradise/games/shakes_and_fidgets/misc/opponents.rb', line 23

def initialize(
    run_already = true
  )
  run if run_already
end

Instance Method Details

#runObject

#

run

General run method.

#


34
35
# File 'lib/games_and_rpg_paradise/games/shakes_and_fidgets/misc/opponents.rb', line 34

def run
end