Module: GamePlay::EvolveMixin

Included in:
Evolve
Defined in:
docs/4_Systems_303_Evolve.rb

Overview

Module defining the IO of the evolve scene so user know what to expect

Instance Attribute Summary collapse

Instance Attribute Details

#evolvedBoolean

Tell if the Pokemon evolved

Returns:

  • (Boolean)


6
7
8
# File 'docs/4_Systems_303_Evolve.rb', line 6

def evolved
  @evolved
end