Module: GamePlay::MoveTeachingMixin
- Included in:
- MoveTeaching
- Defined in:
- scripts/01450 Systems/00301 MoveTeaching/00003 GamePlay/00001 MoveTeachingMixin.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
6 7 8 |
# File 'scripts/01450 Systems/00301 MoveTeaching/00003 GamePlay/00001 MoveTeachingMixin.rb', line 6 def learnt @learnt end |