Module: GamePlay::EvolveMixin

Included in:
Evolve
Defined in:
scripts/01450 Systems/00303 Evolve/00003 GamePlay/00001 EvolveMixin.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 'scripts/01450 Systems/00303 Evolve/00003 GamePlay/00001 EvolveMixin.rb', line 6

def evolved
  @evolved
end