Module: GamePlay::NameInputMixin
- Included in:
- NameInput
- Defined in:
- scripts/01450 Systems/00205 Input/00003 GamePlay/00001 NameInputMixin.rb
Overview
Module defining the IO of the NameInput scene so user know what to expect
Instance Attribute Summary collapse
-
#return_name ⇒ String
readonly
Return the choosen name.
Instance Attribute Details
#return_name ⇒ String (readonly)
Return the choosen name
6 7 8 |
# File 'scripts/01450 Systems/00205 Input/00003 GamePlay/00001 NameInputMixin.rb', line 6 def return_name @return_name end |