Module: GamePlay::NameInputMixin
- Included in:
- NameInput
- Defined in:
- docs/4_Systems_205_Input.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
136 137 138 |
# File 'docs/4_Systems_205_Input.rb', line 136 def return_name @return_name end |