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
-
#learnt ⇒ Boolean
Tell if the move was learnt or not.
Instance Attribute Details
#learnt ⇒ Boolean
Tell if the move was learnt or not
210 211 212 |
# File 'docs/4_Systems_301_MoveTeaching.rb', line 210 def learnt @learnt end |