Module: GamePlay::MoveTeachingMixin

Included in:
MoveTeaching
Defined in:
docs/4_Systems_301_MoveTeaching.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#learntBoolean

Tell if the move was learnt or not

Returns:

  • (Boolean)


210
211
212
# File 'docs/4_Systems_301_MoveTeaching.rb', line 210

def learnt
  @learnt
end